Update canister.dm

This commit is contained in:
silicons
2020-07-09 03:01:56 -07:00
committed by GitHub
parent b104241a5f
commit 93e0ceded7
@@ -263,6 +263,7 @@
/obj/machinery/portable_atmospherics/canister/obj_break(damage_flag)
if((stat & BROKEN) || (flags_1 & NODECONSTRUCT_1))
return
stat |= BROKEN
canister_break()
/obj/machinery/portable_atmospherics/canister/proc/canister_break()