summaryrefslogtreecommitdiff
path: root/npc/000-1/couwan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r--npc/000-1/couwan.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index d4803a73..a4a0b799 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -4,17 +4,17 @@
// Reid
// Description:
// Couwan is trying to scam the player.
-// Variable:
-// x ShipQuests_Couwan
-// Values:
-// 0 Never talked with Couwan.
-// 1 Spoke, and received the quest scam.
+// Variable:
+// x ShipQuests_Couwan
+// Values:
+// 0 Never talked with Couwan.
+// 1 Spoke, and received the quest scam.
// 2 Done quest scam.
000-1.gat,89,36,0,1 script Couwan 111;2,{
- set @q, getq(ShipQuests_Couwan);
- if (@q == 1) goto l_QuestGiven;
+ set @q, getq(ShipQuests_Couwan);
+ if (@q == 1) goto l_QuestGiven;
if (@q > 1) goto l_QuestDone;