Can apply tape to doors again & tape can cross lattices (#13677)

This commit is contained in:
mikomyazaki
2022-04-27 17:43:06 +02:00
committed by GitHub
parent d162f78fff
commit 3193325f20
3 changed files with 9 additions and 2 deletions
@@ -138,7 +138,7 @@ var/list/tape_roll_applications = list()
can_place = 0
else
for(var/obj/O in cur)
if(!istype(O, /obj/item/tape) && O.density)
if(istype(O, /obj/structure/lattice) && (!istype(O, /obj/item/tape) && O.density))
can_place = 0
break
cur = get_step_towards(cur,end)