mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
aghosts
This commit is contained in:
@@ -902,7 +902,7 @@
|
||||
return locked
|
||||
|
||||
/obj/machinery/power/apc/tgui_act(action, params)
|
||||
if(..() || !can_use(usr, 1) || (locked && !usr.has_unlimited_silicon_privilege && action != "toggle_nightshift"))
|
||||
if(..() || !can_use(usr, 1) || (locked && !usr.has_unlimited_silicon_privilege && action != "toggle_nightshift" && !usr.can_admin_interact()))
|
||||
return
|
||||
switch(action)
|
||||
if("lock")
|
||||
|
||||
Reference in New Issue
Block a user