From 374e7ac13bcc8484837d9ee59e4b3a00e3657173 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 21 Mar 2017 11:18:14 +0000 Subject: [PATCH] meh --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index ab0476b..847bd41 100644 --- a/api.lua +++ b/api.lua @@ -2440,7 +2440,7 @@ minetest.register_entity(name, { dogshoot_switch = def.dogshoot_switch, dogshoot_count = 0, dogshoot_count_max = def.dogshoot_count_max or 5, - dogshoot_count2_max = def.dogshoot_count2_max or 5, + dogshoot_count2_max = def.dogshoot_count2_max or dogshoot_count_max, attack_animals = def.attack_animals or false, specific_attack = def.specific_attack,