Updates wheelchair code for the new chair-lennium. (#12813)

This commit is contained in:
Wowzewow (Wezzy)
2021-12-07 13:52:58 -03:00
committed by GitHub
parent 95793597a0
commit 527698d6a8
28 changed files with 222 additions and 226 deletions
+1 -1
View File
@@ -351,7 +351,7 @@
LateSpawn(H, rank)
// Moving wheelchair if they have one
if(H.buckled_to && istype(H.buckled_to, /obj/structure/bed/stool/chair/wheelchair))
if(H.buckled_to && istype(H.buckled_to, /obj/structure/bed/stool/chair/office/wheelchair))
H.buckled_to.forceMove(H.loc)
H.buckled_to.set_dir(H.dir)