summaryrefslogtreecommitdiff
path: root/npc/024-1/guard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-1/guard.txt')
-rw-r--r--npc/024-1/guard.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt
index 4dc86cdd8..23bc03790 100644
--- a/npc/024-1/guard.txt
+++ b/npc/024-1/guard.txt
@@ -9,10 +9,20 @@
goto L_Unallowed;
//if (getrace() == "Elf") goto L_Warp;
- .@tax=101-reputation("Frostia");
+ .@tax=1001-(reputation("Frostia")*10);
mesn;
mesc l("The guard eyes you with suspcion.");
mesq l("You should not be here. Get moving.");
+ if (Zeny < .@tax)
+ close;
+ next;
+ mesc l("Bribe the guard for @@ GP?", .@price);
+ if (askyesno() == ASK_YES) {
+ Zeny-=.@price;
+ closeclientdialog;
+ slide 93, 69;
+ npctalk3 l("Behave yourself.");
+ }
close;
L_Unallowed: