Update _bodyparts.dm

This commit is contained in:
Timothy Teakettle
2021-03-25 18:24:57 +00:00
parent f113844c41
commit 6536dc4ecd
+1 -1
View File
@@ -244,7 +244,7 @@
if(BIO_JUST_FLESH)
if(wounding_type == WOUND_BLUNT)
wounding_type = WOUND_SLASH
wounding_dmg *= (easy_dismember ? 0.5 : 0.3)
wounding_dmg *= (easy_dismember ? 1 : 0.3)
if((mangled_state & BODYPART_MANGLED_FLESH) && try_dismember(wounding_type, wounding_dmg, wound_bonus, bare_wound_bonus))
return
// standard humanoids