mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Hole and Hole-Adjacent Changes (#15345)
This commit is contained in:
@@ -31,6 +31,15 @@
|
||||
for(var/obj/structure/lattice/LAT in loc)
|
||||
if(LAT != src)
|
||||
qdel(LAT)
|
||||
if(isturf(loc))
|
||||
var/turf/turf = loc
|
||||
turf.is_hole = FALSE
|
||||
|
||||
/obj/structure/lattice/Destroy()
|
||||
if(isturf(loc))
|
||||
var/turf/turf = loc
|
||||
turf.is_hole = initial(turf.is_hole)
|
||||
return ..()
|
||||
|
||||
/obj/structure/lattice/ex_act(severity)
|
||||
switch(severity)
|
||||
|
||||
Reference in New Issue
Block a user