mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Destroyed canisters no longer produce light or process. (#9742)
This commit is contained in:
@@ -139,6 +139,7 @@ update_flag
|
||||
|
||||
if (src.destroyed)
|
||||
cut_overlays()
|
||||
set_light(FALSE)
|
||||
src.icon_state = text("[]-1", src.canister_color)
|
||||
return
|
||||
|
||||
@@ -201,7 +202,7 @@ update_flag
|
||||
|
||||
/obj/machinery/portable_atmospherics/canister/machinery_process()
|
||||
if (destroyed)
|
||||
return
|
||||
return PROCESS_KILL
|
||||
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user