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/000-2-3 | |
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/000-2-3')
-rw-r--r-- | npc/000-2-3/elmo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index c623e321..4f4714f1 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -21,7 +21,7 @@ sailortalk; } - if (getq(ShipQuests_ArpanMoney) == 2) + if (getq(ShipQuests_ArpanMoney) >= 2) { got_money; } |