Wheelchairs spawn on footless characters

Conflicts:
	code/modules/client/preferences.dm
This commit is contained in:
Hubblenaut
2014-06-03 01:50:01 +02:00
committed by ZomgPonies
parent c484390548
commit f2721ca8a6
3 changed files with 20 additions and 1 deletions
@@ -311,6 +311,10 @@
EquipCustomItems(character)
character.loc = pick(latejoin)
character.lastarea = get_area(loc)
// Moving wheelchair if they have one
if(character.buckled && istype(character.buckled, /obj/structure/stool/bed/chair/wheelchair))
character.buckled.loc = character.loc
character.buckled.dir = character.dir
ticker.mode.latespawn(character)