Merge pull request #3414 from Citadel-Station-13/upstream-merge-31707

[MIRROR] Restores security bombsuit & white bombsuit
This commit is contained in:
LetterJay
2017-10-16 14:12:28 -04:00
committed by GitHub
10 changed files with 199 additions and 189 deletions
+15 -5
View File
@@ -59,6 +59,8 @@
flags_1 = THICKMATERIAL_1
armor = list(melee = 20, bullet = 0, laser = 20,energy = 10, bomb = 100, bio = 0, rad = 0, fire = 80, acid = 50)
flags_inv = HIDEFACE|HIDEMASK|HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
dynamic_hair_suffix = ""
dynamic_fhair_suffix = ""
cold_protection = HEAD
min_cold_protection_temperature = HELMET_MIN_TEMP_PROTECT
heat_protection = HEAD
@@ -92,15 +94,23 @@
/obj/item/clothing/head/bomb_hood/security
icon_state = "bombsuitsec"
item_state = "bombsuitsec"
icon_state = "bombsuit_sec"
item_state = "bombsuit_sec"
/obj/item/clothing/suit/bomb_suit/security
icon_state = "bombsuitsec"
item_state = "bombsuitsec"
icon_state = "bombsuit_sec"
item_state = "bombsuit_sec"
allowed = list(/obj/item/gun/energy, /obj/item/melee/baton, /obj/item/restraints/handcuffs)
/obj/item/clothing/head/bomb_hood/white
icon_state = "bombsuit_white"
item_state = "bombsuit_white"
/obj/item/clothing/suit/bomb_suit/white
icon_state = "bombsuit_white"
item_state = "bombsuit_white"
/*
* Radiation protection
*/