Makes the battlemage armor unacidable like all other wizard armors (#20658)

This commit is contained in:
Incoming5643
2016-09-25 08:03:07 -05:00
committed by KorPhaeron
parent 385d75a20a
commit 6c5db15954
+3 -1
View File
@@ -150,7 +150,7 @@
burn_state = FLAMMABLE
/obj/item/clothing/suit/wizrobe/paper
name = "papier-mâché robe"
name = "papier-mâché robe"
desc = "A robe held together by various bits of clear-tape and paste."
icon_state = "wizard-paper"
item_state = "wizrobe"
@@ -199,6 +199,7 @@
max_heat_protection_temperature = ARMOR_MAX_TEMP_PROTECT
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/shielded/wizard
armor = list(melee = 30, bullet = 20, laser = 20, energy = 20, bomb = 20, bio = 20, rad = 20)
unacidable = 1
slowdown = 0
/obj/item/clothing/head/helmet/space/hardsuit/shielded/wizard
@@ -209,6 +210,7 @@
min_cold_protection_temperature = ARMOR_MIN_TEMP_PROTECT
max_heat_protection_temperature = ARMOR_MAX_TEMP_PROTECT
armor = list(melee = 30, bullet = 20, laser = 20, energy = 20, bomb = 20, bio = 20, rad = 20)
unacidable = 1
actions_types = null //No inbuilt light
/obj/item/clothing/head/helmet/space/hardsuit/shielded/wizard/attack_self(mob/user)