diff options
Diffstat (limited to 'npc/027-1_Graveyard')
-rw-r--r-- | npc/027-1_Graveyard/golbenez.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/027-1_Graveyard/golbenez.txt b/npc/027-1_Graveyard/golbenez.txt index 516040ae..4393ebaf 100644 --- a/npc/027-1_Graveyard/golbenez.txt +++ b/npc/027-1_Graveyard/golbenez.txt @@ -5,6 +5,7 @@ mes "[Golbenez]"; mes "\"Welcome mortal. I finished the creation of the place of leisure.\""; next; + if (baselevel < 60) goto L_Weak; mes "\"I will bring you there for a small fee of " + @fee + "GP.\""; menu "What? You already got so much money!",-, @@ -26,4 +27,10 @@ L_No_Money: next; mes "\"Come back when you can pay my service.\""; close; + +L_Weak: + mes "\"It is astonishing how WEAK you humans can be.\""; + next; + mes "\"Come back when you're a bit more experienced.\""; + close; } |