Skip to content

Commit

Permalink
Triffid and Mycus don't get along (CleverRaven#51624)
Browse files Browse the repository at this point in the history
  • Loading branch information
actual-nh authored Sep 15, 2021
1 parent 627a66d commit 6470ad4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/monster_factions.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@
{
"type": "MONSTER_FACTION",
"name": "fungus",
"neutral": [ "bot", "fish" ]
"neutral": [ "bot", "fish" ],
"hate": "triffid"
},
{
"type": "MONSTER_FACTION",
Expand Down Expand Up @@ -479,7 +480,8 @@
{
"type": "MONSTER_FACTION",
"name": "triffid",
"base_faction": "plant"
"base_faction": "plant",
"hate": "fungus"
},
{
"type": "MONSTER_FACTION",
Expand Down

0 comments on commit 6470ad4

Please sign in to comment.