carnivores only hunt other herbivores

This commit is contained in:
Llywelwyn 2023-08-15 16:36:52 +01:00
parent 9b037dceeb
commit 9a9876349b

View file

@ -21,6 +21,6 @@
},
{
"id": "carnivore",
"responses": { "default": "attack", "carnivores": "ignore" }
"responses": { "default": "ignore", "herbivores": "attack", "player": "attack" }
}
]