From 9a9876349b91143fc250726b50c1979074ba6514 Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Tue, 15 Aug 2023 16:36:52 +0100 Subject: [PATCH] carnivores only hunt other herbivores --- raws/factions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } ]