Update _bodyparts.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user