Флудилка (часть 1)

/obj/item/clothing/mask/gas
name = “gas mask”
desc = “A face-covering mask that can be connected to an air supply. Filters harmful gases from the air.”
icon = ‘icons/obj/clothing/masks.dmi’
icon_state = “gas_mask_tc”
flags = MASKCOVERSMOUTH | MASKCOVERSEYES | BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS
flags_inv = HIDEEARS|HIDEEYES|HIDEFACE
body_parts_covered = FACE|EYES
w_class = ITEM_SIZE_NORMAL
item_state = “gas_mask_tc”
gas_transfer_coefficient = 0.01
permeability_coefficient = 0.01
siemens_coefficient = 0.9
var/gas_filter_strength = 1 //For gas mask filters

1 лайк