Merge pull request #5299 from Novacat/spriteadd

Accessory Fixes
This commit is contained in:
Atermonera
2018-05-26 15:23:54 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -89,7 +89,7 @@
/obj/item/clothing/accessory/armor/armorplate/merc
name = "heavy armor plate"
desc = "A ceramics-reinforced synthetic armor plate, providing state of of the art protection. Attaches to a plate carrier."
icon_state = "armor_heavy"
icon_state = "armor_merc"
armor = list(melee = 60, bullet = 60, laser = 60, energy = 40, bomb = 40, bio = 0, rad = 0)
//////////////
@@ -52,7 +52,7 @@
clear_holster()
/obj/item/clothing/accessory/holster/attack_hand(mob/user as mob)
if (has_suit) //if we are part of a suit
if (has_suit && (slot & ACCESSORY_SLOT_UTILITY)) //if we are part of a suit
if (holstered)
unholster(user)
return