From c4ac16cb0c424dc0e5c6609ab2901559670cb1c7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 May 2020 09:24:39 -0300 Subject: Maxime's Chef Hat (does not stack with summer bonus) --- npc/003-0-1/maxime.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/003-0-1/maxime.txt') 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; -- cgit v1.2.3-60-g2f50