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:
Werner
2017-10-01 15:25:21 +02:00
committed by Erki
parent e94ec752a0
commit e759e4386d
9 changed files with 215 additions and 21 deletions
@@ -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"