diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-03 09:24:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-03 09:24:39 -0300 |
commit | c4ac16cb0c424dc0e5c6609ab2901559670cb1c7 (patch) | |
tree | 2e307c458bf38efe3f7966c5598787688770b7b9 | |
parent | 6ea85698e88e9462dda96d05616075e0b2c6c1c0 (diff) | |
download | serverdata-c4ac16cb0c424dc0e5c6609ab2901559670cb1c7.tar.gz serverdata-c4ac16cb0c424dc0e5c6609ab2901559670cb1c7.tar.bz2 serverdata-c4ac16cb0c424dc0e5c6609ab2901559670cb1c7.tar.xz serverdata-c4ac16cb0c424dc0e5c6609ab2901559670cb1c7.zip |
Maxime's Chef Hat (does not stack with summer bonus)
-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; |