mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
fixes snowflake unmodular ID checks (#15596)
* GetID * Update expressconsole.dm * Update mech_fabricator.dm
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
to_chat(user, span_notice("The maintenance panel is now [open ? "opened" : "closed"]."))
|
||||
else
|
||||
to_chat(user, span_warning("The maintenance panel is locked."))
|
||||
else if(istype(W, /obj/item/card/id) || istype(W, /obj/item/pda))
|
||||
else if(W.GetID())
|
||||
if(bot_core.allowed(user) && !open && !emagged)
|
||||
locked = !locked
|
||||
to_chat(user, "Controls are now [locked ? "locked." : "unlocked."]")
|
||||
|
||||
Reference in New Issue
Block a user