Skip to content

Commit

Permalink
Merge pull request #73174 from LyleSY/dinomod_skel_look
Browse files Browse the repository at this point in the history
[DinoMod] skeletal looks_like fix
  • Loading branch information
Maleclypse authored Apr 21, 2024
2 parents 9ebd717 + 3d835d6 commit e8843a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/mods/DinoMod/monsters/zed-dinosaur.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
"type": "MONSTER",
"id": "mon_zyrannosaurus",
"name": { "str": "Z-Rex", "str_pl": "Z-Rexes" },
"looks_like": "mon_tyrannosaurus",
"species": [ "ZOMBIE" ],
"default_faction": "zombie",
"symbol": "Z",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/DinoMod/monsters/zinosaur_upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@
"type": "MONSTER",
"id": "mon_silophosaurus",
"name": { "str_sp": "skeletal dilophosaurus" },
"looks_like": "mon_zyrannosaurus",
"looks_like": "mon_syrannosaurus",
"description": "Monstrous columns of dense bone lifting sharp, pointed teeth dripping with black goo. Two especially bony crests on the top of the head complete the effect.",
"default_faction": "zombie",
"symbol": "Z",
Expand Down

0 comments on commit e8843a7

Please sign in to comment.