From 45becef17c524c72873890f5e36194cdc9c63400 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Thu, 13 May 2021 12:35:31 -0700 Subject: [PATCH] Update chicken mod to Git commit ea980f9... http://github.com/AntumMT/mod-cmer/tree/ea980f9 --- README.md | 4 ++-- mods/mobiles/chicken/init.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38fea4e5..1eeaca6d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [painting][] (???) -- version [8961849 Git][ver.painting] *2016-05-05* * [pipeworks][] ([LGPL][lic.lgpl3.0] / [CC BY-SA][lic.ccbysa4.0]) -- version: [2670fd8 Git][ver.pipeworks] *2021-05-06* ([patched][patch.pipeworks]) * mobiles/ - * [chicken][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [bce3b51 Git][ver.chicken] *2021-05-05* + * [chicken][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [ea980f9 Git][ver.chicken] *2021-05-13* * [folks][] ([GPL][lic.gpl3.0]) -- version: [0.2.0][ver.folks] *2021-02-23* * general/ * [mobs_animal][] ([MIT][lic.mobs_animal]) -- version: [80e72a4 Git][ver.mobs_animal] *2021-04-13* ([patched][patch.mobs_animal]) @@ -479,7 +479,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ver.castle_tapestries]: https://github.com/minetest-mods/castle_tapestries/tree/f5e3ac1 [ver.castle_weapons]: https://github.com/minetest-mods/castle_weapons/tree/d3cf095 [ver.chatlog]: https://github.com/AntumMT/mod-chatlog/tree/v1.0 -[ver.chicken]: http://github.com/AntumMT/mod-cmer/tree/bce3b51 +[ver.chicken]: http://github.com/AntumMT/mod-cmer/tree/ea980f9 [ver.christmas]: https://github.com/TheZenKitteh/minetest-christmas/tree/d3bd872 [ver.cleaner]: https://github.com/AntumMT/mod-cleaner/tree/68222b1 [ver.coloredwood]: https://gitlab.com/VanessaE/coloredwood/tags/2021-01-30 diff --git a/mods/mobiles/chicken/init.lua b/mods/mobiles/chicken/init.lua index f24fbcd4..5be41f2d 100644 --- a/mods/mobiles/chicken/init.lua +++ b/mods/mobiles/chicken/init.lua @@ -78,7 +78,7 @@ local def = { modes = { idle = {chance = 0.25, duration = 5, update_yaw = 3}, - idle2 = {chance = 0.69, duration = 0.8}, + idle2 = {chance = 0.34, duration = 0.8}, pick = {chance = 0.2, duration = 2}, walk = {chance = 0.2, duration = 5.5, moving_speed = 0.7, update_yaw = 2}, panic = {moving_speed = 3.1, update_yaw = 0.8},