[Modular][Donor] Updating my donor items (#11487)

This commit is contained in:
ghost sheep
2022-02-14 06:15:20 +00:00
committed by GitHub
parent 42d27163e2
commit e743cf8888
3 changed files with 6 additions and 10 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

@@ -392,21 +392,17 @@
/obj/item/clothing/mask/kindle
name = "mask of Kindle"
desc = "The mask which belongs to Nanotrasen's Outpost Captain Kindle, it is the symbol of her 'Kindled' cult. The material feels like it's made entirely out of inexpensive plastic."
actions_types = list(/datum/action/item_action/adjust)
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/masks.dmi'
icon_state = "kindle"
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/mask.dmi'
inhand_icon_state = "kindle"
mutant_variants = NONE
flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT
flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES
visor_flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT
visor_flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES
clothing_flags = MASKINTERNALS
flags_inv = HIDEFACIALHAIR | HIDESNOUT
visor_flags_inv = HIDEFACIALHAIR | HIDESNOUT
alternate_worn_layer = ABOVE_BODY_FRONT_HEAD_LAYER
w_class = WEIGHT_CLASS_SMALL
/obj/item/clothing/mask/kindle/ui_action_click(mob/user, action)
adjustmask(user)
/obj/item/clothing/mask/kindle/Initialize()
. = ..()
AddComponent(/datum/component/knockoff,50,list(BODY_ZONE_HEAD),list(ITEM_SLOT_MASK))
@@ -423,8 +419,8 @@
var/mob/living/crusher = movable
if(crusher.m_intent != MOVE_INTENT_WALK && (!(crusher.movement_type & (FLYING|FLOATING)) || crusher.buckled))
playsound(src, 'modular_skyrat/master_files/sound/effects/plastic_crush.ogg', 75)
visible_message(span_warning("[crusher] steps on the [src], crushing it with ease."))
take_damage(200, sound_effect = FALSE)
visible_message(span_warning("[crusher] steps on [src], crushing it with ease."))
take_damage(100, sound_effect = FALSE)
/obj/item/clothing/mask/kindle/atom_destruction(damage_flag)
. = ..()