Fixes Warning Spam for Mob Transitions and Roundstart Spawning

This commit is contained in:
Fox McCloud
2019-05-03 23:08:36 -04:00
parent 3c4f56ecdb
commit 9b00e11628
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -473,10 +473,10 @@ SUBSYSTEM_DEF(jobs)
T = S.loc
if(T)
H.loc = T
H.forceMove(T)
// Moving wheelchair if they have one
if(H.buckled && istype(H.buckled, /obj/structure/chair/wheelchair))
H.buckled.loc = H.loc
H.buckled.forceMove(H.loc)
H.buckled.dir = H.dir
if(job)