summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-03 14:59:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-03 14:59:33 -0300
commitb9a52af0f13c771bf376de8ce03915e018d66a11 (patch)
tree850db94178d9f833f6156055157d1709be7923fc
parenta1259789dccdf8018ba723690c73791c29c54e14 (diff)
downloadserverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.tar.gz
serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.tar.bz2
serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.tar.xz
serverdata-b9a52af0f13c771bf376de8ce03915e018d66a11.zip
Fix fake fix
-rw-r--r--npc/003-1/quirino.txt5
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);