Merge pull request #12719 from Citadel-Station-13/silicons-patch-18

fixes infinite recursion in canisters
This commit is contained in:
BlackMajor
2020-07-09 22:25:22 +12:00
committed by GitHub
@@ -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()