mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
Fixes rad collector ignoring access requirements for locking. (#60656)
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
else if(item.GetID())
|
||||
if(!allowed(user))
|
||||
to_chat(user, span_danger("Access denied."))
|
||||
return TRUE
|
||||
if(!active)
|
||||
to_chat(user, span_warning("The controls can only be locked when \the [src] is active!"))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user