mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #3511 from VOREStation/garbage-subsystem
tg Garbage Subsystem
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
spawn(1)
|
||||
if(istype(O)) // If we built a new floor with the lattice, the open turf won't exist anymore.
|
||||
O.update() // This lattice may be supporting things on top of it. If it's being deleted, they need to fall down.
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/structure/lattice/ex_act(severity)
|
||||
switch(severity)
|
||||
|
||||
@@ -355,12 +355,9 @@
|
||||
density = 0
|
||||
update_nearby_tiles()
|
||||
var/turf/location = loc
|
||||
loc = null
|
||||
. = ..()
|
||||
for(var/obj/structure/window/W in orange(location, 1))
|
||||
W.update_icon()
|
||||
loc = location
|
||||
..()
|
||||
|
||||
|
||||
/obj/structure/window/Move()
|
||||
var/ini_dir = dir
|
||||
|
||||
Reference in New Issue
Block a user