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