Skip to content

Commit

Permalink
Added a donation reward for enzoman (Skyrat-SS13#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Useroth authored Apr 20, 2021
1 parent d30ecf2 commit 8165e26
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
path = /obj/item/clothing/mask/gas/britches
ckeywhitelist = list("bloodrite")

/datum/loadout_item/mask/donator/luchador_mask
name = "Luchador mask"
path = /obj/item/clothing/mask/luchador/enzo
ckeywhitelist = list("enzoman")

/datum/loadout_item/head/donator/drake_skull
name = "Skull of an ashdrake"
path = /obj/item/clothing/head/drake_skull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,15 @@
worn_icon_state = "scraparmor"
body_parts_covered = CHEST

//Donation reward for Enzoman
/obj/item/clothing/mask/luchador/enzo
icon = 'modular_skyrat/modules/customization/icons/~donator/obj/clothing/masks.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/~donator/mob/clothing/mask.dmi'
icon_state = "luchador"
worn_icon_state = "luchador"
clothing_flags = MASKINTERNALS
mutant_variants = NONE

//Donation Reward for Grand Vegeta
/obj/item/clothing/under/mikubikini
name = "starlight singer bikini"
Expand Down

0 comments on commit 8165e26

Please sign in to comment.