From 963bff9df33725077b613d39472e1e00b5e3d47e Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Fri, 3 Dec 2010 23:56:46 +0000 Subject: [PATCH] Hypospray inject message clarified. Hypospray now correctly runs on-ingest reactions like poly acid facemelting. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@530 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Tools.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index 6b5c1ebd71e..305641a71d3 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -669,8 +669,9 @@ if (reagents.total_volume) user << "\red You inject [M] with the hypospray." M << "\red You feel a tiny prick!" + src.reagents.reaction(M, INGEST) if(M.reagents) reagents.trans_to(M, 10) - user << "\red [reagents.total_volume] units remaining in the hypospray." + user << "\red 10 units injected. [reagents.total_volume] units remaining in the hypospray." return