Fixed bug where static spawns weren't spawning, added scout trooper belt, removed unneeded placeholders, changed quarantine zone static spaw

This commit is contained in:
Iosnowore Kun
2014-11-09 12:16:07 -05:00
parent 99cfc90945
commit e4f91cece4
22 changed files with 29 additions and 27 deletions
+2
View File
@@ -1679,6 +1679,7 @@ def scouttrooperArmor(owner, inventory):
scouttrooper_chest.setIntAttribute("cat_armor_special_protection.special_protection_type_acid", 6000);
scouttrooper_chest.setIntAttribute("cat_armor_special_protection.special_protection_type_electricity", 6000);
scouttrooper_boots = core.objectService.createObject("object/tangible/wearables/armor/scout_trooper/shared_armor_scout_trooper_boots.iff", owner.getPlanet())
scouttrooper_gloves = core.objectService.createObject("object/tangible/wearables/armor/scout_trooper/shared_armor_scout_trooper_belt.iff", owner.getPlanet())
scouttrooper_gloves = core.objectService.createObject("object/tangible/wearables/armor/scout_trooper/shared_armor_scout_trooper_gloves.iff", owner.getPlanet())
inventory.add(scouttrooper_bicep_r);
@@ -1688,6 +1689,7 @@ def scouttrooperArmor(owner, inventory):
inventory.add(scouttrooper_leggings);
inventory.add(scouttrooper_helmet);
inventory.add(scouttrooper_chest);
inventory.add(scouttrooper_belt);
inventory.add(scouttrooper_boots);
inventory.add(scouttrooper_gloves);
screenOne(core, owner)