re add anchored

This commit is contained in:
SteelSlayer
2019-12-08 10:45:15 -06:00
parent 42e2aa7dce
commit 254c2daedf
+2
View File
@@ -36,6 +36,7 @@ var/global/list/frozen_mob_list = list()
if(skip_overlays)
overlays += AO
anchored = TRUE
canmove = FALSE
admin_prev_sleeping = sleeping
AdjustSleeping(20000)
@@ -52,6 +53,7 @@ var/global/list/frozen_mob_list = list()
if(skip_overlays)
overlays -= frozen
anchored = FALSE
canmove = TRUE
frozen = null
SetSleeping(admin_prev_sleeping)