mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Fixes Warning Spam for Mob Transitions and Roundstart Spawning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user