mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Update owl.lua
The Libri specifically says owls hunt rats, so they should actually do so.
This commit is contained in:
parent
2b58e6f59d
commit
9dfb9e4f74
1 changed files with 4 additions and 1 deletions
|
@ -69,6 +69,9 @@ creatura.register_mob("animalia:owl", {
|
|||
catch_with_net = true,
|
||||
catch_with_lasso = false,
|
||||
roost_action = animalia.action_roost,
|
||||
attack_list = {
|
||||
"animalia:rat"
|
||||
},
|
||||
|
||||
-- Functions
|
||||
on_eat_drop = function(self)
|
||||
|
|
Loading…
Add table
Reference in a new issue