diff options
Diffstat (limited to 'npc/merchants/shops.txt')
-rw-r--r-- | npc/merchants/shops.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt index a45ec6adb..33f72a1fb 100644 --- a/npc/merchants/shops.txt +++ b/npc/merchants/shops.txt @@ -269,7 +269,7 @@ OnInit: sellitem Flash_Shuriken; sellitem Sharp_Leaf_Shuriken; sellitem Thorn_Needle_Shuriken; - if (checkre(0)){ + if (RENEWAL) { sellitem Explosive_Kunai; sellitem Makibishi; } @@ -286,7 +286,7 @@ OnInit: sellitem Charm_Ice; sellitem Charm_Wind; sellitem Charm_Earth; - if (checkre(0)){ + if (RENEWAL) { sellitem Fox_Armguard; sellitem Special_Ninja_Suit; } |