Skip to content

Commit

Permalink
buffs my reward item (#447)
Browse files Browse the repository at this point in the history
* buffs my reward item

* review

* good morning

Co-authored-by: lila <[email protected]>
  • Loading branch information
Steals-The-PRs and carpotoxin authored Nov 5, 2023
1 parent 194ff63 commit 1ca167e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,32 +374,26 @@
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON

// Donation reward for TheOOZ
/obj/item/clothing/mask/animal/kindle
/obj/item/clothing/mask/animal/wolf
name = "wolf mask"
desc = "A dark mask in the shape of a wolf's head.<br>The material feels like it's made entirely out of inexpensive plastic."
desc = "A dark mask in the shape of a wolf's head."
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 = "gasmask_captain"
animal_type = "wolf"
animal_sounds = list("Awoo!", "Woof.", "Arf!")
animal_sounds_alt_probability = 15
animal_sounds_alt = list("Join us!", "Wear the mask.")
curse_spawn_sound = 'modular_skyrat/master_files/sound/effects/wolfhead_curse.ogg'
cursed = FALSE

supports_variations_flags = NONE
clothing_flags = MASKINTERNALS | VOICEBOX_DISABLED | VOICEBOX_TOGGLABLE
flags_inv = HIDEFACIALHAIR | HIDESNOUT
unique_death = 'modular_skyrat/master_files/sound/effects/wolfhead_curse.ogg'
visor_flags_inv = HIDEFACIALHAIR | HIDESNOUT
flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF
visor_flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF
clothing_flags = VOICEBOX_DISABLED | MASKINTERNALS | BLOCK_GAS_SMOKE_EFFECT | GAS_FILTERING
alternate_worn_layer = ABOVE_BODY_FRONT_HEAD_LAYER
w_class = WEIGHT_CLASS_SMALL
use_radio_beeps_tts = TRUE

/obj/item/clothing/mask/animal/kindle/make_cursed()
/obj/item/clothing/mask/animal/wolf/Initialize(mapload)
. = ..()
clothing_flags = initial(clothing_flags)
name = "\proper the accursed wolf mask"
desc = "The mask which belongs to Nanotrasen's Outpost Captain Kindle, it is the symbol of her alleged cult.<br>It looks like a [animal_type] mask, but closer inspection reveals it's melded onto this person's face!"
var/obj/item/clothing/mask/gas/sechailer/sechailer_type = /obj/item/clothing/mask/gas/sechailer
voice_filter = initial(sechailer_type.voice_filter)

// Donation reward for Random516
/obj/item/clothing/head/drake_skull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@
item_path = /obj/item/clothing/under/wetsuit_norm
ckeywhitelist = list("ChillyLobster")

/datum/loadout_item/mask/kindle_mask
name = "Kindle's mask"
item_path = /obj/item/clothing/mask/animal/kindle
/datum/loadout_item/mask/wolf_mask
name = "Wolf mask"
item_path = /obj/item/clothing/mask/animal/wolf
ckeywhitelist = list("theooz")

/datum/loadout_item/head/drake_skull
Expand Down

0 comments on commit 1ca167e

Please sign in to comment.