diff options
author | Povo <trithodex@gmail.com> | 2021-05-23 12:51:53 +0000 |
---|---|---|
committer | Povo <trithodex@gmail.com> | 2021-05-23 12:51:53 +0000 |
commit | de13c882622c31712789f1341da1c7616fd68745 (patch) | |
tree | b68f54dd8480f86b45bd88b2a9aa187f1a8f5653 /npc | |
parent | d69c31c13bc2c6a5f6d56caa8352aa2657aab762 (diff) | |
download | serverdata-de13c882622c31712789f1341da1c7616fd68745.tar.gz serverdata-de13c882622c31712789f1341da1c7616fd68745.tar.bz2 serverdata-de13c882622c31712789f1341da1c7616fd68745.tar.xz serverdata-de13c882622c31712789f1341da1c7616fd68745.zip |
Update dangrostra.txt - remove lime dye from shop... now craftable
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-3/dangrostra.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index 11b5ab4d2..cb56ac079 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -43,7 +43,6 @@ OnInit: // Misc (uncommon) sellitem SharpKnife, -1, 1; sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse - sellitem LimeDye, -1, 1; // Arrows (common) sellitem Arrow, -1, 200; sellitem IronArrow, -1, 90; @@ -62,7 +61,6 @@ OnClock0400: OnClock1600: restoreshopitem SharpKnife, 1; restoreshopitem EmptyBottle, 1; - restoreshopitem LimeDye, 1; OnClock0800: OnClock2000: restoreshopitem Arrow, 200; |