From 6470ad46e9bc8b18e41e95f2811a1ef2e1cd84ec Mon Sep 17 00:00:00 2001 From: actual-nh <74678550+actual-nh@users.noreply.github.com> Date: Tue, 14 Sep 2021 20:20:56 -0400 Subject: [PATCH] Triffid and Mycus don't get along (#51624) See . --- data/json/monster_factions.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/json/monster_factions.json b/data/json/monster_factions.json index 0cfc4c7699ee7..76a163e7980da 100644 --- a/data/json/monster_factions.json +++ b/data/json/monster_factions.json @@ -433,7 +433,8 @@ { "type": "MONSTER_FACTION", "name": "fungus", - "neutral": [ "bot", "fish" ] + "neutral": [ "bot", "fish" ], + "hate": "triffid" }, { "type": "MONSTER_FACTION", @@ -479,7 +480,8 @@ { "type": "MONSTER_FACTION", "name": "triffid", - "base_faction": "plant" + "base_faction": "plant", + "hate": "fungus" }, { "type": "MONSTER_FACTION",