Update weaponry.dm

This commit is contained in:
Trilbyspaceclone
2020-04-23 03:29:26 -04:00
committed by GitHub
parent 6a99c3b2c0
commit 8bcdbf5fc6
+1 -1
View File
@@ -666,7 +666,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(-80)
bug.adjustBruteLoss(-35) //What kinda mad man would go into melee with a spider?!
else
qdel(target)