summaryrefslogtreecommitdiff
path: root/npc/025-1/salohcin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/salohcin.txt')
-rw-r--r--npc/025-1/salohcin.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/025-1/salohcin.txt b/npc/025-1/salohcin.txt
index df322af22..6063eaaf3 100644
--- a/npc/025-1/salohcin.txt
+++ b/npc/025-1/salohcin.txt
@@ -6,7 +6,11 @@
025-1,108,67,0 script Salohnic NPC_NICHOLAS,{
// Define variables
- if ($GAME_STORYLINE >= 4) {
+ if ($GAME_STORYLINE >= 5) {
+ .@tx$=l("thrice");
+ .@txn=4;
+ .@prc=150000;
+ } else if ($GAME_STORYLINE >= 4) {
.@tx$=l("twice");
.@txn=3;
.@prc=90000;