mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
Fix remaining non-returning Destroys()
Plus a little refactor to mining flaps and spacepod doors- they now use CanAtmosPass instead of manually setting the turf to no-atmos-passing
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
Destroy()
|
||||
blob_nodes -= src
|
||||
processing_objects.Remove(src)
|
||||
..()
|
||||
return
|
||||
return ..()
|
||||
|
||||
Life()
|
||||
for(var/i = 1; i < 8; i += i)
|
||||
|
||||
Reference in New Issue
Block a user