Skip to content

Commit

Permalink
Katapultmeldung repariert
Browse files Browse the repository at this point in the history
https://bugs.eressea.de/view.php?id=2980
Ausserdem:
Flammenschwerter vor Laenschwertern bevorzugen.
  • Loading branch information
ennorehling committed Mar 3, 2024
1 parent fd3c8d8 commit 0547b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/weapons.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int *casualties)
if (!enemies) {
if (casualties)
*casualties = 0;
return true; /* if no enemy found, no use doing standarad attack */
return false; /* if no enemy found, no use doing standarad attack */
}

if (fi->catmsg == -1) {
Expand Down

0 comments on commit 0547b8f

Please sign in to comment.