Update iv_bag.dm

fixes chat wording
This commit is contained in:
SteelSlayer
2019-08-24 23:06:36 -04:00
parent 8c37b3724b
commit 188f66febc
@@ -54,7 +54,7 @@
return
if(amount_per_transfer_from_this > 10) // Prevents people from switching to illegal transfer values while the IV is already in someone, i.e. anything over 10
to_chat(injection_target, "<span class='warning'>The IV bag can only be used on someone with a transfer amount of 1, 5 or 10.</span>")
visible_message("<span class='danger'>The IV bag's needle pops out of [injection_target]'s arm. The transfer amount is too high!</span>")
end_processing()
return