summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/017-3/dimonds.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt
index 0980d7d32..06980aae3 100644
--- a/npc/017-3/dimonds.txt
+++ b/npc/017-3/dimonds.txt
@@ -26,7 +26,7 @@ OnInit:
017-3,40,35,0 script Phil NPC_BARD_TRUMP,{
showavatar NPC_BARD_TRUMP;
- if (season() == SEASON_SPRING)
+ if (season() == SPRING)
goto L_Quest;
mesn;
mesq l("We've finally solved the problem with our instruments!");
@@ -48,7 +48,7 @@ OnInit:
017-3,40,37,0 script Jerry NPC_BARD_DRUMS,{
showavatar NPC_BARD_DRUMS;
- if (season() == SEASON_SPRING)
+ if (season() == SPRING)
goto L_Quest;
mesn;
mesq l("I finally figured out what was wrong. I must thank everyone who help us.");
@@ -70,7 +70,7 @@ OnInit:
017-3,42,36,0 script Robert NPC_BARD_HARPS,{
showavatar NPC_BARD_HARPS;
- if (season() == SEASON_SPRING)
+ if (season() == SPRING)
goto L_Quest;
mesn;
mesq l("We held to our hope and Jerry figured it out.");