From b9a52af0f13c771bf376de8ce03915e018d66a11 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 3 Mar 2021 14:59:33 -0300 Subject: Fix fake fix --- npc/003-1/quirino.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/003-1') 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); -- cgit v1.2.3-60-g2f50