Update cat.lua

Rats added to attack list.
This commit is contained in:
DumbDave961 2024-03-05 23:40:54 -06:00 committed by GitHub
parent 20a59ddd30
commit 145968cffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,9 @@ creatura.register_mob("animalia:cat", {
-- Behavior Parameters
is_skittish_mob = true,
attack_list = {
"animalia:rat"
},
-- Animalia Props
flee_puncher = true,