diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-03-21 11:18:14 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-03-21 11:18:14 +0000 |
commit | 374e7ac13bcc8484837d9ee59e4b3a00e3657173 (patch) | |
tree | fd47808de1583ab161fed50c98c357c990c8e062 | |
parent | 20f8183316502ac07bc1de46e01fef9056fdeb64 (diff) |
meh
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |