Skip to content

Commit

Permalink
Update src/talker.h
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GuardianDll and github-actions[bot] authored Oct 13, 2024
1 parent 98fb59d commit ca250fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/talker.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ class talker
virtual int attack_speed() const {
return 0;
}
virtual dealt_damage_instance deal_damage( Creature *, bodypart_id, const damage_instance & ) const {
virtual dealt_damage_instance deal_damage( Creature *, bodypart_id,
const damage_instance & ) const {
return dealt_damage_instance();
};
virtual double armor_at( damage_type_id &, bodypart_id & ) const {
Expand Down

0 comments on commit ca250fb

Please sign in to comment.