Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,10 @@
build_path = /obj/machinery/computer/rdconsole
req_access = list(ACCESS_RESEARCH) // Research access is required to toggle the lock.

//LUMOS EDIT - CHANGE - START
var/silence_announcements = FALSE
var/locked = TRUE
var/locked = FALSE
//LUMOS EDIT - CHANGE - END

// An unlocked subtype of the board for mapping.
/obj/item/circuitboard/computer/rdconsole/unlocked
Expand Down
9 changes: 9 additions & 0 deletions modular_skyrat/modules/cargo/code/goodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
access_view = ACCESS_ENGINE_EQUIP
contains = list(/obj/item/construction/rcd/improved)

// Lumos addition start
/datum/supply_pack/goody/frontier_colonist
name = "frontier hazard protective MODsuit"
desc = "An unusual design of suit, in reality being no more than a slim underlayer with a built in coat and sealed helmet."
cost = PAYCHECK_COMMAND * 5 //500$
contains = list(
/obj/item/mod/control/pre_equipped/frontier_colonist,
)
// Lumos addition end
/*
* MISC
*/
Expand Down