summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-12-27 19:34:49 -0300
committerJesusaves <cpntb1@ymail.com>2023-12-27 19:34:49 -0300
commita2e8dbb552ab698be3aa01ed0e457bc5b9a77f24 (patch)
treee5b51086ea8e48af2d85f654fbeca8545b0f77b5
parentee3c577c59ada2f36867627229fa88b6b295cad7 (diff)
downloadserverdata-a2e8dbb552ab698be3aa01ed0e457bc5b9a77f24.tar.gz
serverdata-a2e8dbb552ab698be3aa01ed0e457bc5b9a77f24.tar.bz2
serverdata-a2e8dbb552ab698be3aa01ed0e457bc5b9a77f24.tar.xz
serverdata-a2e8dbb552ab698be3aa01ed0e457bc5b9a77f24.zip
Strange Shop: DO NOT sell Sunny Crystal until MK is defeated
-rw-r--r--npc/001-1/rewards.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index 56fcdcaa7..0d49ca796 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -38,7 +38,8 @@ OnInit:
sellitem MysteriousFruit,10000; // This is OP
sellitem DoggyDog,9000;
sellitem CattyCat,9000;
- sellitem SunnyCrystal, 7500;
+ if ($GAME_STORYLINE >= 5)
+ sellitem SunnyCrystal, 7500;
sellitem DarkPulsar,6000;
sellitem ThunderStaff,5000;
sellitem PiouEgg,3915;