more hit type verbs

This commit is contained in:
Fox McCloud
2019-04-09 21:57:47 -04:00
parent 6557082d43
commit 1ad27bc030
+1 -1
View File
@@ -162,7 +162,7 @@
return TRUE
add_attack_logs(A, D, "Melee attacked with martial-art [src]", ATKLOG_ALL)
A.do_attack_animation(D)
var/picked_hit_type = pick("CQC'd", "Big Bossed")
var/picked_hit_type = pick("CQC'd", "neck chopped", "gut punched", "Big Bossed")
var/bonus_damage = 13
if(D.weakened || D.resting || D.lying)
bonus_damage += 5