Skip to content

Commit

Permalink
Fixed misplaced magic_attack and physical_attack (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbie34 authored Sep 24, 2024
1 parent da433ff commit 4562f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ fn plain_status(game: &Game) {
player.max_mp(),
player.xp,
player.xp_for_next(),
player.magic_attack(),
player.physical_attack(),
player.magic_attack(),
player.deffense(),
player.speed(),
status_effect,
Expand Down

0 comments on commit 4562f3c

Please sign in to comment.