mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-12 02:43:49 +00:00
Merge pull request #3974 from Citadel-Station-13/upstream-merge-32785
[MIRROR] Grammar checks circuit hypospray
This commit is contained in:
@@ -145,8 +145,8 @@
|
|||||||
var/fraction = min(transfer_amount/reagents.total_volume, 1)
|
var/fraction = min(transfer_amount/reagents.total_volume, 1)
|
||||||
reagents.reaction(L, INJECT, fraction)
|
reagents.reaction(L, INJECT, fraction)
|
||||||
reagents.trans_to(L, transfer_amount)
|
reagents.trans_to(L, transfer_amount)
|
||||||
L.visible_message("<span class='danger'>[src] injects [L] with it's needle!</span>", \
|
L.visible_message("<span class='danger'>[src] injects [L] with its needle!</span>", \
|
||||||
"<span class='userdanger'>[src] injects you with it's needle!</span>")
|
"<span class='userdanger'>[src] injects you with its needle!</span>")
|
||||||
else
|
else
|
||||||
busy = FALSE
|
busy = FALSE
|
||||||
activate_pin(3)
|
activate_pin(3)
|
||||||
|
|||||||
Reference in New Issue
Block a user