From 8dc185c291a10458ca9c40cba84281fd9f99f08d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 30 Sep 2019 17:53:21 -0300 Subject: Polishing --- npc/021-4/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/021-4/main.txt') diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 457363a8a..d09fb3e39 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -47,7 +47,7 @@ function script CindySwitch_Check_214 { specialeffect(FX_SUCCESS); setnpcdisplay .name$, NPC_SWITCH_ONLINE; initnpctimer; - .@r=rand(0,100); + .@r=rand2(0,100); getmapxy(.@m$, .@x, .@y,0); if (.@r < 90) monster .@m$, .@x, .@y, "Yeti", Yeti, rand2(4,6); -- cgit v1.2.3-70-g09d2