Skip to content

Commit

Permalink
Adds donator mask (#624)
Browse files Browse the repository at this point in the history
* Add donator mask

* update ckey whitelist
  • Loading branch information
tf-4 authored and FFMirrorBot committed Jan 26, 2024
1 parent c18c4c3 commit 79005f2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Binary file modified modular_nova/master_files/icons/donator/mob/clothing/mask.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/donator/obj/clothing/masks.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,20 @@
desc = "A full-face respirator designed by Forestfel Intersystem Industries and originally meant for Ixian Tajarans, the FIR-22 Rebreather is a snout-covering variant often seen used by Tajaran Military Personnel. It reeks of militarism."
icon_state = "fir22"

/obj/item/clothing/mask/gas/caligram_visage_mask
name = "\improper Caligram visage mask"
desc = "An Ixian Tajaran mask commonly worn by Talicana monks that features a braided internals line and food consumption port. It bears the blue and red rank-stripes of a Caligram First Ensign."
icon = 'modular_nova/master_files/icons/donator/obj/clothing/masks.dmi'
worn_icon = 'modular_nova/master_files/icons/donator/mob/clothing/mask.dmi'
icon_state = "caligram_visage"
clothing_flags = BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS //same flags as actual sec hailer gas mask
flags_inv = HIDEFACE | HIDESNOUT
flags_cover = NONE
visor_flags = MASKCOVERSEYES | PEPPERPROOF
visor_flags_inv = HIDEFACE | HIDESNOUT
w_class = WEIGHT_CLASS_SMALL
tint = 0

// Donation reward for Raxraus
/obj/item/clothing/head/caligram_cap_tan
name = "\improper Caligram tan softcap"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
item_path = /obj/item/clothing/mask/gas/nightlight/fir22
ckeywhitelist = list("farsightednightlight", "raxraus", "1ceres", "marcoalbaredaa", "itzshift_yt", "drifter7371", "AvianAviator", "Katty Kat", "Investigator77", "Dalao Azure", "Socialistion", "ChillyLobster", "Sylvara", "AmZee", "Tf4", "rb303", "Kay_Nite", "whataboutism", "taac", "Halkyon", "Lupo_di_rosa", "Merek2", "lowpowermia", "RyeanBread", "Jesterz7", "Saund_Minah", "Ruediger4")

/datum/loadout_item/mask/caligram_visage_mask
name = "Caligram Visage Mask"
item_path = /obj/item/clothing/mask/gas/caligram_visage_mask
ckeywhitelist = list("farsightednightlight")

/datum/loadout_item/head/caligram_cap_tan
name = "Caligram Tan Softcap"
item_path = /obj/item/clothing/head/caligram_cap_tan
Expand Down

0 comments on commit 79005f2

Please sign in to comment.