diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-03 14:59:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-03 14:59:33 -0300 |
commit | b9a52af0f13c771bf376de8ce03915e018d66a11 (patch) | |
tree | 850db94178d9f833f6156055157d1709be7923fc /npc/003-1 | |
parent | a1259789dccdf8018ba723690c73791c29c54e14 (diff) | |
download | serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.tar.gz serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.tar.bz2 serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.tar.xz serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.zip |
Fix fake fix
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/quirino.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index 716ef6b10..412f40e25 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -112,7 +112,10 @@ L_SignUp: if(@cartinventorylist_count>=1) goto L_Full; // Warp player - warp "001-8", rand2(42, 57), rand2(42, 57); + if (rand2(1,2) == 1) + warp "001-8", rand2(42, 57), 42; + else + warp "001-8", rand2(42, 57), 57; // Prevent further movements! setpcblock(PCBLOCK_SOFT, true); |