diff options
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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); |