mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-27 14:16:50 +01:00
runtime maploading: fifth time is the charm (#5524)
Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
silicons
parent
c1ad8f4ce0
commit
fd5e67ff71
@@ -8,7 +8,7 @@
|
||||
for(var/mob/living/carbon/human/H in GLOB.mob_list)
|
||||
var/turf/T = get_turf(H)
|
||||
var/security = 0
|
||||
if((T && (T in GLOB.using_map.admin_levels)) || prisonwarped.Find(H))
|
||||
if((T && (T in (LEGACY_MAP_DATUM).admin_levels)) || prisonwarped.Find(H))
|
||||
//don't warp them if they aren't ready or are already there
|
||||
continue
|
||||
H.afflict_unconscious(20 * 5)
|
||||
|
||||
Reference in New Issue
Block a user