This commit is contained in:
Zuhayr
2014-12-24 12:43:36 +10:30
parent 591fc164de
commit a82ec718f3
2 changed files with 24 additions and 14 deletions
@@ -470,9 +470,15 @@
return
/obj/structure/table/proc/unflipping_check(var/direction)
for(var/mob/M in oview(src,0))
return 0
var/obj/occupied = turf_is_crowded()
if(occupied)
usr << "There's \a [occupied] in the way."
return 0
var/list/L = list()
if(direction)
L.Add(direction)