mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Fixes lattice New qdeletion (#25724)
* Fixes lattice New qdeletion * You mean your clocks don't you... * Blech
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user