diff --git a/data/json/monster_factions.json b/data/json/monster_factions.json index 7ee38e3b10871..5bbb82da8abf7 100644 --- a/data/json/monster_factions.json +++ b/data/json/monster_factions.json @@ -95,7 +95,7 @@ "base_faction": "animal", "friendly": [ "attack_player_only" ], "neutral": [ "zombie", "fish", "exodii", "isolated_artisans", "nether", "animal", "yrax", "passive_machine" ], - "by_mood": [ "cat", "bear", "fox", "big_cat", "dog", "wolf" ] + "by_mood": [ "cat", "bear", "fox", "big_cat", "dog", "wolf", "dog_small" ] }, { "type": "MONSTER_FACTION", @@ -140,6 +140,7 @@ "type": "MONSTER_FACTION", "name": "cat", "base_faction": "small_animal", + "neutral": [ "dog_small" ], "hate": [ "small_animal" ] }, {