mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Update cat.lua
Rats added to attack list.
This commit is contained in:
parent
20a59ddd30
commit
145968cffb
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ creatura.register_mob("animalia:cat", {
|
||||||
|
|
||||||
-- Behavior Parameters
|
-- Behavior Parameters
|
||||||
is_skittish_mob = true,
|
is_skittish_mob = true,
|
||||||
|
attack_list = {
|
||||||
|
"animalia:rat"
|
||||||
|
},
|
||||||
|
|
||||||
-- Animalia Props
|
-- Animalia Props
|
||||||
flee_puncher = true,
|
flee_puncher = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue