summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-18 21:25:57 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-18 21:25:57 -0300
commit1dd60e960229373b0b9e31d30ce3055c6e60c3d3 (patch)
tree8c301ed2eae49b22eb374cefdb170506765737b1 /npc/025-1
parent938bd954d375e33310d74c1df6e334ba95219885 (diff)
downloadserverdata-1dd60e960229373b0b9e31d30ce3055c6e60c3d3.tar.gz
serverdata-1dd60e960229373b0b9e31d30ce3055c6e60c3d3.tar.bz2
serverdata-1dd60e960229373b0b9e31d30ce3055c6e60c3d3.tar.xz
serverdata-1dd60e960229373b0b9e31d30ce3055c6e60c3d3.zip
Reduce amount of kills needed by Peter from 100 to 50. Povo fix for Moubootaur.
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/commander.txt25
1 files changed, 14 insertions, 11 deletions
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt
index 84114efe1..c23d0c07e 100644
--- a/npc/025-1/commander.txt
+++ b/npc/025-1/commander.txt
@@ -11,17 +11,20 @@
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;
- // Povo is worried with the upcoming siege
- if ($FIRESOFSTEAM && gettime(4) == MONDAY) {
- mesn;
- mesq l("It's a matter of hours before the Impregnable Fortress send enough monsters to overrun us, so we're preparing a strategic withdraw before this. I'm sorry, but I cannot spare any time for you.");
- close;
- // Povo is worried with the upcoming siege, but he doesn't know when
- } else if (!$FIRESOFSTEAM && gettime(4) < TUESDAY) {
- mesn;
- mesq l("It's a matter of hours before the Impregnable Fortress send enough monsters to overrun us, and we still haven't understood the pattern. We must be ready to withdraw at any time, which precludes casual talk.");
- mesc l("%s clearly thinks you're distracting him. It's better to talk to him another day.", .name$);
- close;
+ // All this is only relevant if Moubootaur wasn't unsealed (yet)
+ if ($GAME_STORYLINE < 5) {
+ // Povo is worried with the upcoming siege
+ if ($FIRESOFSTEAM && gettime(4) == MONDAY) {
+ mesn;
+ mesq l("It's a matter of hours before the Impregnable Fortress send enough monsters to overrun us, so we're preparing a strategic withdraw before this. I'm sorry, but I cannot spare any time for you.");
+ close;
+ // Povo is worried with the upcoming siege, but he doesn't know when
+ } else if (!$FIRESOFSTEAM && gettime(4) < TUESDAY) {
+ mesn;
+ mesq l("It's a matter of hours before the Impregnable Fortress send enough monsters to overrun us, and we still haven't understood the pattern. We must be ready to withdraw at any time, which precludes casual talk.");
+ mesc l("%s clearly thinks you're distracting him. It's better to talk to him another day.", .name$);
+ close;
+ }
}
// Depending on how you finished Barbara's Quest, claim your reward now