Skip to content

Commit

Permalink
fix tileset issues with chicks
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 17, 2024
1 parent bfc5f01 commit eed50b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"material": [ "flesh" ],
"symbol": "v",
"color": "yellow",
"looks_like": "mon_chicken",
"aggression": -99,
"morale": -8,
"melee_skill": 1,
Expand Down Expand Up @@ -110,6 +109,7 @@
"name": { "str": "grey chick" },
"description": "A tiny dull-colored chick, it could be from a number of different species.",
"copy-from": "mon_generic_chick",
"looks_like": "mon_generic_chick_tiny",
"volume": "7 ml",
"weight": "5 g",
"upgrades": { "age_grow": 14, "into": "mon_sparrow" },
Expand Down

0 comments on commit eed50b5

Please sign in to comment.