diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-11 23:15:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-11 23:15:01 -0300 |
commit | 120a36a344c4c79abfe060f45fbce2c0e9fa422d (patch) | |
tree | e8292a0e6bf23b3e7182e3b3daca768e731cda59 /npc/functions | |
parent | f176b05d31ddd68bda90cef335ee8369f2040e31 (diff) | |
download | serverdata-jesusalva/doomsday.tar.gz serverdata-jesusalva/doomsday.tar.bz2 serverdata-jesusalva/doomsday.tar.xz serverdata-jesusalva/doomsday.zip |
Add the [Clothes Pack], containing the destroyed equipment from the player.jesusalva/doomsday
This item is obtained from Doomsday event epilogue.
“Contains merge items which can be restored by a skilled NPC”.
The name of this NPC is... Perhaps, Gumi? %%M :>
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/quest-debug/006-ShipQuests_ArpanMoney.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/006-ShipQuests_ArpanMoney.txt b/npc/functions/quest-debug/006-ShipQuests_ArpanMoney.txt index 00e2fbea..0f77c1b9 100644 --- a/npc/functions/quest-debug/006-ShipQuests_ArpanMoney.txt +++ b/npc/functions/quest-debug/006-ShipQuests_ArpanMoney.txt @@ -15,7 +15,8 @@ function script QuestDebug6 { GenericQuestDebug ShipQuests_ArpanMoney, l("Does not have the quest"), 0, l("Elmo told about money"), 1, - l("Arpan gave money"), 2; + l("Arpan gave money"), 2, + l("Arpan gave clothes"), 3; if (@menuret < 0) { |