Merge pull request #12445 from Trilbyspaceclone/patch-396

[s]ahaha what if flyswatters didnt heal bugs!
This commit is contained in:
Lin
2020-06-06 13:06:02 -05:00
committed by GitHub

View File

@@ -675,7 +675,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
to_chat(user, "<span class='warning'>You easily land a critical blow on the [target].</span>")
if(istype(target, /mob/living/))
var/mob/living/bug = target
bug.adjustBruteLoss(-35) //What kinda mad man would go into melee with a spider?!
bug.adjustBruteLoss(35) //What kinda mad man would go into melee with a spider?!
else
qdel(target)