summaryrefslogtreecommitdiff
path: root/npc/020-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-5')
-rw-r--r--npc/020-5/bracco.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt
index 79692dd15..b725f3dde 100644
--- a/npc/020-5/bracco.txt
+++ b/npc/020-5/bracco.txt
@@ -352,6 +352,10 @@ OnInit:
sleep(SHOPWAIT);
tradertype(NST_MARKET);
+ sellitem BritShield, -1, 1;
+ sellitem BladeShield, -1, 1;
+ sellitem MiereCleaver, -1, 1;
+ sellitem ShortSword, -1, 1;
sellitem LeatherShirt, -1, 1;
sellitem LeatherShield, 5000, 1;
sellitem ShortBow, -1, 1;
@@ -369,9 +373,13 @@ OnFri0800:
OnSat1200:
OnSun1600:
OnMon2000:
- restoreshopitem LeatherShirt, -1, 1;
+ restoreshopitem BritShield, 1;
+ restoreshopitem BladeShield, 1;
+ restoreshopitem MiereCleaver, 1;
+ restoreshopitem ShortSword, 1;
+ restoreshopitem LeatherShirt, 1;
restoreshopitem LeatherShield, 5000, 1;
- restoreshopitem ShortBow, -1, 1;
+ restoreshopitem ShortBow, 1;
restoreshopitem ArrowAmmoBox,rand(8,12);
restoreshopitem IronAmmoBox,rand(3,5);
end;