Merge branch 'master' of https://github.com/Baystation12/Baystation12 into bs12_with_tgport

This commit is contained in:
Cael_Aislinn
2012-10-25 00:35:19 +10:00
19 changed files with 292 additions and 29 deletions

View File

@@ -74,7 +74,7 @@
can_place = 0
else
for(var/obj/O in cur)
if(O.density)
if(!istype(O, /obj/item/tape) && O.density)
can_place = 0
break
cur = get_step_towards(cur,end)