Updates components to TG and fixes can

This commit is contained in:
Artur
2020-07-06 10:58:48 +03:00
parent 7ebc785437
commit 3154e8c596
31 changed files with 237 additions and 8 deletions

View File

@@ -266,8 +266,7 @@ obj/machinery/portable_atmospherics/canister/welder_act(mob/living/user, obj/ite
return TRUE
/obj/machinery/portable_atmospherics/canister/obj_break(damage_flag)
. = ..()
if(!.)
if((stat & BROKEN) || (flags_1 & NODECONSTRUCT_1))
return
canister_break()