mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 19:07:26 +01:00
Calling the emergency shuttle now requires a physical button (#3509)
The emergency shuttle can now be called by using a physical button in a protected case. The option to call the emergency shuttle has been removed from the command and communications app. Also adds a framework for physical buttons in a protected case. The emergency shuttle button needs to be mapped in.
This commit is contained in:
@@ -51,6 +51,17 @@
|
||||
nano_printer.stored_paper = 20
|
||||
card_slot = new/obj/item/weapon/computer_hardware/card_slot(src)
|
||||
|
||||
/obj/item/modular_computer/console/preset/captain/
|
||||
_app_preset_name = "captain"
|
||||
enrolled = 1
|
||||
|
||||
/obj/item/modular_computer/console/preset/captain/install_default_hardware()
|
||||
..()
|
||||
nano_printer = new/obj/item/weapon/computer_hardware/nano_printer(src)
|
||||
nano_printer.max_paper = 25
|
||||
nano_printer.stored_paper = 20
|
||||
card_slot = new/obj/item/weapon/computer_hardware/card_slot(src)
|
||||
|
||||
// Security
|
||||
/obj/item/modular_computer/console/preset/security/
|
||||
_app_preset_name = "security"
|
||||
|
||||
Reference in New Issue
Block a user