mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 06:07:01 +01:00
KILLS STATPANEL (#4877)
Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
silicons
parent
55da42c20a
commit
fb429e51a4
@@ -1,10 +1,10 @@
|
||||
/obj/item/modular_computer/proc/update_verbs()
|
||||
verbs.Cut()
|
||||
if(portable_drive)
|
||||
verbs |= /obj/item/modular_computer/verb/eject_usb
|
||||
add_obj_verb(src, /obj/item/modular_computer/verb/eject_usb)
|
||||
if(card_slot)
|
||||
verbs |= /obj/item/modular_computer/verb/eject_id
|
||||
verbs |= /obj/item/modular_computer/verb/emergency_shutdown
|
||||
add_obj_verb(src, /obj/item/modular_computer/verb/eject_id)
|
||||
add_obj_verb(src, /obj/item/modular_computer/verb/emergency_shutdown)
|
||||
|
||||
// Forcibly shut down the device. To be used when something bugs out and the UI is nonfunctional.
|
||||
/obj/item/modular_computer/verb/emergency_shutdown()
|
||||
|
||||
Reference in New Issue
Block a user