mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
[MIRROR] Fixes mind magnification helmets working even when disabled (#2876)
* no return moment (#56384) mind magnification helmets no longer work when admins have it disabled. * Fixes mind magnification helmets working even when disabled Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
@@ -423,6 +423,7 @@
|
||||
return
|
||||
if(!(GLOB.ghost_role_flags & GHOSTROLE_STATION_SENTIENCE))
|
||||
say("ERROR: Central Command has temporarily outlawed monkey sentience helmets in this sector. NEAREST LAWFUL SECTOR: 2.537 million light years away.")
|
||||
return
|
||||
magnification = user //this polls ghosts
|
||||
visible_message("<span class='warning'>[src] powers up!</span>")
|
||||
playsound(src, 'sound/machines/ping.ogg', 30, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user