diff options
Diffstat (limited to 'world/map/npc/056-2')
-rw-r--r-- | world/map/npc/056-2/mirak.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/056-2/mirak.txt b/world/map/npc/056-2/mirak.txt index d61437e2..d4b8195a 100644 --- a/world/map/npc/056-2/mirak.txt +++ b/world/map/npc/056-2/mirak.txt @@ -86,7 +86,7 @@ L_Quest: set @dq_money, 20; set @dq_exp, 20; mes "[Mirak]"; - mes "\"If you have some energy which I need left I can give you money for it but only if you will leave me alone!\""; + mes "\"If you have some energy left, which I need, I can give you money for it. But only if you will leave me alone!\""; menu "Okay.", L_Trade, "Nah, I won't leave you alone.", L_Kill; @@ -103,7 +103,7 @@ L_Kill: percentheal -100, 0; set @annoy, 0; callsub S_Update_Mask_Annoy; - set Mirak_Bantime, gettimetick(2) + 30; // Real: 86400; + set Mirak_Bantime, gettimetick(2) + 86400; set Mirak_Questtime, 0; mes "The old man stands up and looks at you angrier than ever. He mumbles something and your head explodes."; next; @@ -124,7 +124,7 @@ L_Trade: mes "[" + @dq_money * @dq_cost + " money]"; mes "[" + @dq_exp * @dq_cost + " experience points]"; mes "\"Now leave or you'll regret it. Don't come back!\""; - set Mirak_Questtime, gettimetick(2) + 30; //Real: 86400; + set Mirak_Questtime, gettimetick(2) + 86400; set Mirak_Bantime, 0; close; |