mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Can apply tape to doors again & tape can cross lattices (#13677)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user