Skip to content

Commit

Permalink
Correct 'You inject' text
Browse files Browse the repository at this point in the history
Injections will now correctly report the amount of reagent you inject. Lethal injection syringes specifically will report correctly.
  • Loading branch information
octareenroon91 committed Sep 5, 2015
1 parent cbe2e31 commit 1327441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers/syringes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
C.inject_blood(src,5)
else
src.reagents.trans_to(target, amount_per_transfer_from_this)
user << "<span class='notice'>You inject 5 units of the solution. The syringe now contains [src.reagents.total_volume] units.</span>"
user << "<span class='notice'>You inject [amount_per_transfer_from_this] units of the solution. The syringe now contains [src.reagents.total_volume] units.</span>"
if (reagents.total_volume <= 0 && mode==SYRINGE_INJECT)
mode = SYRINGE_DRAW
update_icon()
Expand Down

0 comments on commit 1327441

Please sign in to comment.