diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-10-01 10:58:21 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-10-01 11:00:23 +0200 |
commit | c8def8428b65082c307d50d65db475727c35e56d (patch) | |
tree | aae088e3d6d60c800057cefd94b9c3bdbf0425df /world/map/npc/027-2 | |
parent | c4c446947bf01799adadaaa4d0a2a28cb398ea0b (diff) | |
download | serverdata-c8def8428b65082c307d50d65db475727c35e56d.tar.gz serverdata-c8def8428b65082c307d50d65db475727c35e56d.tar.bz2 serverdata-c8def8428b65082c307d50d65db475727c35e56d.tar.xz serverdata-c8def8428b65082c307d50d65db475727c35e56d.zip |
Love Triangle Quest: Make the memories accessible in Golbenez' dialogue even after finishing the quest.
Diffstat (limited to 'world/map/npc/027-2')
-rw-r--r-- | world/map/npc/027-2/golbenez.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/world/map/npc/027-2/golbenez.txt b/world/map/npc/027-2/golbenez.txt index 47ca14ec..520719f3 100644 --- a/world/map/npc/027-2/golbenez.txt +++ b/world/map/npc/027-2/golbenez.txt @@ -304,7 +304,11 @@ L_Soul_Success: L_Done: mes "[Golbenez]"; mes "\"I hope you enjoyed your little detective game. I certainly did.\""; - goto L_Close; + menu + "You're cruel.",L_Close, + "I want to see Reids memory again.",L_R_Again, + "I want to see Hamonds memory again.",L_H_Again, + "I want to see Savarics memory again.",L_S_Again; L_Cake: mes "Golbenez laughs."; |