Skip to content

Commit

Permalink
objects: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Sep 2, 2024
1 parent 09cdb2b commit 0899662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/objects/names.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static const ITEM_NAME m_ItemNames[] = {
{ O_WOLF, "^wolf$" },
{ O_BEAR, "^bear$" },
{ O_BAT, "^bat$" },
{ O_CROCODILE, "^crocodile^" },
{ O_CROCODILE, "^crocodile$" },
{ O_ALLIGATOR, "^alligator$" },
{ O_LION, "^lion$" },
{ O_LIONESS, "^lion(ess)?$" },
Expand Down

0 comments on commit 0899662

Please sign in to comment.