mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Updates wheelchair code for the new chair-lennium. (#12813)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user