Fix a runtime with mkII hypospray injections

INDIVIDUAL_ATTACK_LOG is not a valid category, so this just runtimes.
Since this is already being logged above I decided to just cut this.
This commit is contained in:
Zirok
2022-09-16 21:06:36 +02:00
parent 84b2ea7c68
commit 42b0733cf7
@@ -504,8 +504,6 @@
if(L != user)
L.visible_message("<span class='danger'>[user] uses the [src] on [L]!</span>", \
"<span class='userdanger'>[user] uses the [src] on you!</span>")
else
L.log_message("<font color='orange'>applied [src] to themselves ([contained]).</font>", INDIVIDUAL_ATTACK_LOG)
var/fraction = min(vial.amount_per_transfer_from_this/vial.reagents.total_volume, 1)
vial.reagents.reaction(L, method, fraction)