Zombie claws do +1 damage (#30826)

* Automatic changelog generation for PR #30056 [ci skip]

* Delete AutoChangeLog-pr-30056.yml

* Zombie claws do one more damage

* Update items.dm
This commit is contained in:
Robustin
2017-09-19 01:07:13 -04:00
committed by Cheridan
parent 511e357472
commit 2a8047ea9c

View File

@@ -11,7 +11,7 @@
var/icon_left = "bloodhand_left"
var/icon_right = "bloodhand_right"
hitsound = 'sound/hallucinations/growl1.ogg'
force = 20
force = 21 // Just enough to break airlocks with melee attacks
damtype = "brute"
var/removing_airlock = FALSE