summaryrefslogtreecommitdiff
path: root/npc/025-1/commander.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1/commander.txt')
-rw-r--r--npc/025-1/commander.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt
index 52b01c846..891c79d42 100644
--- a/npc/025-1/commander.txt
+++ b/npc/025-1/commander.txt
@@ -8,6 +8,32 @@
mesn;
mesq l("Greetings %s, I am %s, the man in charge for the Alliance occupation of Fortress Town.", (strcharinfo(0) == $MOST_HEROIC$ ? lg("Hero") : lg("Adventurer")), .name$);
next;
+ if (BARBARA_STATE == 2) {
+ inventoryplace NPCEyes, 1;
+ mesn;
+ mesq l("Sir Pyndragon and Lady Lalica asked to thank thee for the situation with the thief.");
+ next;
+ mesn;
+ mesq l("Therefore, please choose a permanent stat-boosting fruit.");
+ next;
+ menuint
+ l("I'll decide later"), 0,
+ l("Strength"), StrengthFruit,
+ l("Agility"), AgilityFruit,
+ l("Vitality"), VitalityFruit,
+ l("Intelligence"), IntelligenceFruit,
+ l("Dexterity"), DexterityFruit,
+ l("Luck"), LuckFruit;
+ mes "";
+ if (@menuret) {
+ getitembound @menuret, 1, 4;
+ BARBARA_STATE += 10;
+ getexp 0, 250;
+ mesn;
+ mesq l("Here you go. Please, keep fighting and growing strong. Improving oneself is... Damn, I forgot the proverb.");
+ next;
+ }
+ }
// Endtrail
mes "";