diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-29 20:58:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-29 20:58:15 +0000 |
commit | ba12cbf40a358e1fb256fdd1c607c9eae58922e9 (patch) | |
tree | 533ec9375b29831b9c3b975aef459974adb161c9 /npc/009-3 | |
parent | d4fb394415d9090cee0b3eb0db95803539aff577 (diff) | |
download | serverdata-ba12cbf40a358e1fb256fdd1c607c9eae58922e9.tar.gz serverdata-ba12cbf40a358e1fb256fdd1c607c9eae58922e9.tar.bz2 serverdata-ba12cbf40a358e1fb256fdd1c607c9eae58922e9.tar.xz serverdata-ba12cbf40a358e1fb256fdd1c607c9eae58922e9.zip |
Blue dye is only optainable via ISHI
Diffstat (limited to 'npc/009-3')
-rw-r--r-- | npc/009-3/dangrostra.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index 2025e6362..3cc61349f 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -42,7 +42,7 @@ OnInit: // Misc (uncommon) sellitem SharpKnife, -1, 1; sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse - sellitem BlueDye, -1, 1; + sellitem LimeDye, -1, 1; // Arrows (common) sellitem Arrow, -1, 200; sellitem IronArrow, -1, 90; @@ -57,7 +57,7 @@ OnClock0400: OnClock1600: restoreshopitem SharpKnife, -1, 1; restoreshopitem EmptyBottle, -1, 1; - restoreshopitem BlueDye, -1, 1; + restoreshopitem LimeDye, -1, 1; OnClock0800: OnClock2000: restoreshopitem Arrow, -1, 200; |