diff --git a/data/src/scripts/areas/area_entrana/scripts/monk_entrana.rs2 b/data/src/scripts/areas/area_entrana/scripts/monk_entrana.rs2 index bbb3c1b9ad..7ac9b8b805 100644 --- a/data/src/scripts/areas/area_entrana/scripts/monk_entrana.rs2 +++ b/data/src/scripts/areas/area_entrana/scripts/monk_entrana.rs2 @@ -1,6 +1,6 @@ [ai_opplayer2,monk_entrana] if (%npc_action_delay > map_clock) return; -def_int $heal = random(5); //guessing +def_int $heal = random(4); // thanks to joe the toe! if ($heal = 0) { @monk_heal_self; } else { @@ -15,4 +15,4 @@ if (~hero_in_progress = true) { ~chatplayer("Thanks!"); ~chatnpc("Anything else you wanted to know?"); } -@multi2("Can you heal me? I'm injured.", monk_heal_player, "Isn't this place built a bit out the way?", isnt_this_place_built_a_bit_out_the_way); \ No newline at end of file +@multi2("Can you heal me? I'm injured.", monk_heal_player, "Isn't this place built a bit out the way?", isnt_this_place_built_a_bit_out_the_way);