summaryrefslogtreecommitdiff
path: root/npc/021-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-30 17:53:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-30 18:25:52 -0300
commit8dc185c291a10458ca9c40cba84281fd9f99f08d (patch)
tree4d05173826556ad8cc2b85d9530ae4df7c921dd9 /npc/021-4
parentfa317479a062de407b80992edcd928a1f785999b (diff)
downloadserverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.tar.gz
serverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.tar.bz2
serverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.tar.xz
serverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.zip
Polishing
Diffstat (limited to 'npc/021-4')
-rw-r--r--npc/021-4/main.txt2
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);