Skip to content

Commit

Permalink
Merge pull request CleverRaven#77630 from Standing-Storm/feral-fantas…
Browse files Browse the repository at this point in the history
…y-fix

[Magiclysm] Add `FERAL` species to all fantasy ferals
  • Loading branch information
Night-Pryanik authored Nov 7, 2024
2 parents 13b0cf5 + 83c8771 commit f2817ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/monsters/feral_fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"default_faction": "zombie",
"looks_like": "mon_goblin_warrior",
"bodytype": "human",
"species": [ "GOBLIN" ],
"species": [ "GOBLIN", "FERAL" ],
"volume": "32 L",
"weight": "42 kg",
"hp": 40,
Expand Down Expand Up @@ -626,7 +626,7 @@
"default_faction": "zombie",
"looks_like": "chud",
"bodytype": "angel",
"species": [ "RAVENFOLK" ],
"species": [ "RAVENFOLK", "FERAL" ],
"volume": "62500 ml",
"weight": "67500 g",
"hp": 60,
Expand Down Expand Up @@ -777,7 +777,7 @@
"default_faction": "zombie",
"looks_like": "mon_lizardfolk_warrior",
"bodytype": "human",
"species": [ "LIZARDFOLK" ],
"species": [ "LIZARDFOLK", "FERAL" ],
"volume": "80 L",
"weight": "100 kg",
"hp": 84,
Expand Down

0 comments on commit f2817ec

Please sign in to comment.