Fixes lattice New qdeletion (#25724)

* Fixes lattice New qdeletion

* You mean your clocks don't you...

* Blech
This commit is contained in:
Cyberboss
2017-04-01 11:16:33 -04:00
committed by KorPhaeron
parent a76b794737
commit d27ec2c4f2
+1 -1
View File
@@ -21,7 +21,7 @@
..()
for(var/obj/structure/lattice/LAT in loc)
if(LAT != src)
qdel(LAT)
QDEL_IN(LAT, 0)
/obj/structure/lattice/blob_act(obj/structure/blob/B)
return