From c62e3295c7afd8d5ea112b6b2929dccf3cdc58c1 Mon Sep 17 00:00:00 2001 From: tacef Date: Sun, 10 Aug 2014 12:53:58 +0200 Subject: [PATCH] Removed Misnamed script --- .../wearables/belt/item_bounty_hunter_boots_02_01.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scripts/object/tangible/wearables/belt/item_bounty_hunter_boots_02_01.py diff --git a/scripts/object/tangible/wearables/belt/item_bounty_hunter_boots_02_01.py b/scripts/object/tangible/wearables/belt/item_bounty_hunter_boots_02_01.py deleted file mode 100644 index 093bcef0..00000000 --- a/scripts/object/tangible/wearables/belt/item_bounty_hunter_boots_02_01.py +++ /dev/null @@ -1,10 +0,0 @@ -import sys - -def setup(core, object): - object.setStfFilename('static_item_n') - object.setStfName('item_officer_belt_02_01') - object.setDetailFilename('static_item_d') - object.setDetailName('item_officer_belt_02_01') - object.setIntAttribute('cat_stat_mod_bonus.@stat_n:agility_modified', 3) - object.setStringAttribute('class_required', 'Officer') - return \ No newline at end of file