diff options
Diffstat (limited to 'npc/024-16/king.txt')
-rw-r--r-- | npc/024-16/king.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 22ff44c1d..a6f549e6b 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -90,6 +90,11 @@ L_Continue: L_Campaign: .@q=getq(FrostiaQuest_Homunculus); + // Logout/dead/etc. → Destroy the quest state + // Meaning you'll have to start over. To prevent logout-cheats. + if (.@q) + setq FrostiaQuest_Homunculus, 0, 0, 0; + // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |