summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-09-23 11:08:55 -0300
committerJesusaves <cpntb1@ymail.com>2024-09-23 11:08:55 -0300
commite788a5c1ca726af0deabf01ae4bf1d9a35430931 (patch)
tree47d8321baf60002adcc5ba08147f70c545a04326
parent7ddd5d31ae65f2c933326f8800d214ca5609fa1b (diff)
downloadserverdata-e788a5c1ca726af0deabf01ae4bf1d9a35430931.tar.gz
serverdata-e788a5c1ca726af0deabf01ae4bf1d9a35430931.tar.bz2
serverdata-e788a5c1ca726af0deabf01ae4bf1d9a35430931.tar.xz
serverdata-e788a5c1ca726af0deabf01ae4bf1d9a35430931.zip
Meaningless notes
-rw-r--r--npc/027-1/laura.txt2
-rw-r--r--npc/sec_pri/jailer.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt
index 4c9ac1129..9eace823c 100644
--- a/npc/027-1/laura.txt
+++ b/npc/027-1/laura.txt
@@ -382,7 +382,7 @@ L_Tier4:
// And a permanent MP boost. PoN takes 1h to expire
// Real effect depends on your decision in Elenium Mines
// Sparing the girl will boost PoN considerably.
- setq1 General_NightInRed, 1;
+ setq1 General_NightInRed, 1; // FIXME: Reset the quest, enclose in getq()
close;
/// Core code
diff --git a/npc/sec_pri/jailer.txt b/npc/sec_pri/jailer.txt
index ea6af5b07..735fb91fb 100644
--- a/npc/sec_pri/jailer.txt
+++ b/npc/sec_pri/jailer.txt
@@ -7,6 +7,8 @@
sec_pri,22,21,0 script Warp Feltchstick NPC_PLAYER,{
mesn;
mesq l("Carry on, criminal. I am %s and this jail was entrusted to me by kytty herself.", .name$);
+ if (!getstatus(SC_JAILED,0))
+ mesc l("...Actually, shouldn't you be outside? I'm pretty sure you already served your sentence, something must have gone wrong, please report."), 1;
next;
if ($HARDCORE && getstatus(SC_JAILED,0)) {
// Hardcore Server Logic (DOES NOT WORK well for some reason?)