From 283af9ff26084b96f9069ac3ddd1be6f87a6bc33 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 28 Feb 2015 20:14:44 +0100 Subject: [PATCH] Update mese_monster.lua - one is enough 1 / 20 chance = 20% I will add a really hard recipe for returnmirror:mirror_inactive", because it's a really easy way to move point to point :) --- mods/mobs/mese_monster.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs/mese_monster.lua b/mods/mobs/mese_monster.lua index 2ba384c6..82c6c0cd 100755 --- a/mods/mobs/mese_monster.lua +++ b/mods/mobs/mese_monster.lua @@ -44,9 +44,9 @@ mobs:register_mob("mobs:mese_monster", { min = 2, max = 5,}, {name = "returnmirror:mirror_inactive", - chance = 5, + chance = 20, min = 1, - max = 5,}, + max = 1,}, }, light_resistant = true, armor = 80,