Skip to content

Commit

Permalink
Merge pull request #77641 from Standing-Storm/fix-mongroup
Browse files Browse the repository at this point in the history
[MoM] Fix `GROUP_FERAL_TELEPORTER` mongroup
  • Loading branch information
Anton Burmistrov authored Nov 7, 2024
2 parents 60cf27e + 935c5d6 commit 6ba540b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/MindOverMatter/monstergroups/monstergroups_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"name": "GROUP_FERAL_TELEPORTER",
"type": "monstergroup",
"monsters": [
{ "monster": "mon_feral_human_clair", "weight": 25 },
{ "monster": "mon_feral_human_clair2", "weight": 8 },
{ "monster": "mon_feral_human_clair3", "weight": 1 }
{ "monster": "mon_feral_human_porter", "weight": 25 },
{ "monster": "mon_feral_human_porter2", "weight": 8 },
{ "monster": "mon_feral_human_porter3", "weight": 1 }
]
},
{
Expand Down

0 comments on commit 6ba540b

Please sign in to comment.