summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/019-4-1/golbarez.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/019-4-1/golbarez.txt b/npc/019-4-1/golbarez.txt
index 109a6d835..b84983daf 100644
--- a/npc/019-4-1/golbarez.txt
+++ b/npc/019-4-1/golbarez.txt
@@ -28,6 +28,7 @@ L_Main:
close;
}
.@q=getq3(SQuest_Christmas);
+ .@ratio=(.@q*100)/$XMAS_MONEY;
mesn;
mesq l("Mortal! I am @@! I have broken through the barriers of space and time!", .name$);
mesq l("I want to keep breaking them, until I find the paradise! Thus far, I only found the Land Of Fire!");
@@ -49,6 +50,7 @@ L_Main:
setq3 SQuest_Christmas, .@q+.@count;
mesn;
mesq l("Thanks for your patronage! The rewards will be available with @@, in case I do find the paradise!", "Christmas Chief");
+ mesc l("Thus far, you've sponsored Golbarez in %d %% from total.", .@ratio);
close;
OnInit: