mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes silicons being unable to disable holodeck safeties (#63834)
This commit is contained in:
@@ -170,7 +170,7 @@ GLOBAL_LIST_INIT(typecache_holodeck_linked_floorcheck_ok, typecacheof(list(/turf
|
||||
if(program_to_load)
|
||||
load_program(program_to_load)
|
||||
if("safety")
|
||||
if (!(obj_flags & EMAGGED) || !issilicon(usr))
|
||||
if (!(obj_flags & EMAGGED) && !issilicon(usr))
|
||||
return
|
||||
if((obj_flags & EMAGGED) && program)
|
||||
emergency_shutdown()
|
||||
|
||||
Reference in New Issue
Block a user