diff options
Diffstat (limited to 'npc/018-2-2')
-rw-r--r-- | npc/018-2-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index aa073fe35..9782fe297 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -19,7 +19,7 @@ OnFinish: .@g=getq2(LoFQuest_HH); setq2 LoFQuest_HH, .@g|@HH_LEVEL; dispbottom l("Dungeon cleared!"); - getitem HeroCoin, @HH_LEVEL; + getitem HeroCoin, @HH_LEVEL*3; getexp 4800-@HH_TIMER, @HH_LEVEL*20; deltimer("#HH_CONTROLLER01::OnPlayerCycle"); end; |