Removes Spacing by Wheelchairs (#4615)

Now you won't spawn in space due to having a wheelchair.
This commit is contained in:
Neerti
2018-01-22 23:30:55 -08:00
committed by Atermonera
parent 3580b6c3e2
commit 62ba8650b5
+1 -2
View File
@@ -467,10 +467,9 @@ var/global/datum/controller/occupations/job_master
R = locate() in S.contents
if(!l_foot || !r_foot || R)
var/obj/structure/bed/chair/wheelchair/W = new /obj/structure/bed/chair/wheelchair(H.loc)
H.buckled = W
W.buckle_mob(H)
H.update_canmove()
W.set_dir(H.dir)
W.buckled_mobs |= H
W.add_fingerprint(H)
if(R)
W.color = R.color