From 0fc1781139365a8ac0ffd2d20490b96b1051d482 Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Tue, 13 Nov 2012 01:53:31 +0000 Subject: [PATCH] -Quick fix for canisters. They will update when you're near them again. -Added a link to a guide in the changelog. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5049 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/atmoalter/canister.dm | 3 +++ html/changelog.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. -->

13 November 2012

Giacom updated: