diff --git a/raws/factions.json b/raws/factions.json index bb31885..75a2812 100644 --- a/raws/factions.json +++ b/raws/factions.json @@ -21,6 +21,6 @@ }, { "id": "carnivore", - "responses": { "default": "attack", "carnivores": "ignore" } + "responses": { "default": "ignore", "herbivores": "attack", "player": "attack" } } ]