diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm index 910651cfb67..6ae8f9caebe 100644 --- a/code/game/machinery/atmoalter/canister.dm +++ b/code/game/machinery/atmoalter/canister.dm @@ -199,6 +199,9 @@ return src.attack_hand(user) /obj/machinery/portable_atmospherics/canister/attack_hand(var/mob/user as mob) + return src.interact(user) + +/obj/machinery/portable_atmospherics/canister/interact(var/mob/user as mob) if (src.destroyed) return diff --git a/html/changelog.html b/html/changelog.html index c188f18d6ca..29c3d470476 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -52,7 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->