Update owl.lua

The Libri specifically says owls hunt rats, so they should actually do so.
This commit is contained in:
DustyDave961 2024-11-10 07:41:46 -06:00 committed by GitHub
parent 2b58e6f59d
commit 9dfb9e4f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)