diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index f600785ea..613561ab1 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -262,6 +262,11 @@ function script clientupdater { getitem TulimMap, 1; if (getq(TulimsharQuest_Sailors) == 4) getexp 1508, 15; + .@cr=countitem(CroconutBox); + if (.@cr) { + getitem CroconutBox, .@cr; + dispbottom l("Croconut Box magically became two in inventory. Storage unaffected."); // Too much hassle affecting storage/cart/etc. + } } |