mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Nullify all armor that is equal to armor = null (#30116)
* nullifier * manually remove identical vars
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
base_icon_state = "helmet"
|
||||
item_state = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
|
||||
icon_override = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 0, ACID = 0)
|
||||
heat_protection = HEAD
|
||||
cold_protection = HEAD
|
||||
permeability_coefficient = 0.01
|
||||
@@ -32,7 +31,6 @@
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/jetpack/oxygen/captain,
|
||||
)
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 0, ACID = 0)
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
heat_protection = UPPER_TORSO|LOWER_TORSO
|
||||
cold_protection = UPPER_TORSO|LOWER_TORSO
|
||||
@@ -55,7 +53,6 @@
|
||||
base_icon_state = "gauntlets"
|
||||
item_state = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
|
||||
icon_override = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 0, ACID = 0)
|
||||
body_parts_covered = HANDS|ARMS
|
||||
heat_protection = HANDS|ARMS
|
||||
cold_protection = HANDS|ARMS
|
||||
@@ -76,7 +73,6 @@
|
||||
base_icon_state = "boots"
|
||||
item_state = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
|
||||
icon_override = 'icons/mob/clothing/modsuit/mod_clothing.dmi'
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 0, ACID = 0)
|
||||
body_parts_covered = FEET|LEGS
|
||||
heat_protection = FEET|LEGS
|
||||
cold_protection = FEET|LEGS
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
slot_flags = ITEM_SLOT_BACK
|
||||
strip_delay = 10 SECONDS
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 0, ACID = 0)
|
||||
actions_types = list(
|
||||
/datum/action/item_action/mod/deploy,
|
||||
/datum/action/item_action/mod/activate,
|
||||
|
||||
Reference in New Issue
Block a user