Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: scarf <[email protected]>
  • Loading branch information
HxHedgehog and scarf005 authored Jan 7, 2025
1 parent 2e278e7 commit 7f92779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/monattack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5394,7 +5394,6 @@ bool mattack::bio_op_takedown( monster *z )
}
// Weak kick to start with, knocks you off your footing

// TODO: Literally "The zombie kicks" vvvvv | Fix message or comment why Literally. | Specified the creature name
//~ 1$s is the attacker, 2$s is bodypart name in accusative, 3$d is damage value.
target->add_msg_if_player( m_bad, _( "The %1$s kicks your %2$s for %3$d damage…" ),
z->name(), body_part_name_accusative( hit->token ), dam );
Expand Down

0 comments on commit 7f92779

Please sign in to comment.