Updates sleepers

WIP
This commit is contained in:
Kelenius
2015-07-28 18:09:37 +03:00
parent 78d57e83e9
commit f948932bee
15 changed files with 396 additions and 452 deletions

View File

@@ -53,11 +53,6 @@
else
user << "It is full."
/obj/structure/closet/alter_health()
return get_turf(src)
/obj/structure/closet/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
if(air_group || (height==0 || wall_mounted)) return 1
return (!density)