diff options
-rw-r--r-- | npc/003-0-1/maxime.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt index b85c87c86..50015c6b3 100644 --- a/npc/003-0-1/maxime.txt +++ b/npc/003-0-1/maxime.txt @@ -80,6 +80,9 @@ function MaximeOven { if (season() == SUMMER) { getitem TonoriDelight, rand2(1,3); mesc l("During summer, more Tonori Delight can be produced."); + } else if (getequipid(EQI_HEAD_TOP) == ChefHat) { + getitem TonoriDelight, any(1, 1, 2); + mesc l("You are a master chef, looking at you inspires Maxime."); } Zeny=Zeny-120; getexp rand2(30, 60), 0; |