Skip to content

Commit

Permalink
Fix damage-type-causing EoCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Oct 21, 2024
1 parent 9afa24a commit e4f4f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/npctalk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6530,6 +6530,8 @@ talk_effect_fun_t::func f_deal_damage( const JsonObject &jo, std::string_view me
max_hit = guy.get_max_hitsize_bodypart()->hit_size;
}
bp = guy.select_body_part( min_hit, max_hit, can_attack_high, hit_roll );
} else {
bp = bodypart_id( bp_str );
}
}

Expand Down

0 comments on commit e4f4f51

Please sign in to comment.