Replaces stool structures with stool items

This commit is contained in:
mwerezak
2015-02-18 00:41:22 -05:00
parent bee187d5bc
commit 57ffdc82f6
36 changed files with 668 additions and 765 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
stance_damage = 0
// Buckled to a bed/chair. Stance damage is forced to 0 since they're sitting on something solid
if (istype(buckled, /obj/structure/stool/bed))
if (istype(buckled, /obj/structure/bed))
return
for (var/organ in list("l_leg","l_foot","r_leg","r_foot"))