diff options
-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); |