diff --git a/code/datums/outfits/ert/kataphract.dm b/code/datums/outfits/ert/kataphract.dm index b498fa365da..981e0dfc7e8 100644 --- a/code/datums/outfits/ert/kataphract.dm +++ b/code/datums/outfits/ert/kataphract.dm @@ -43,7 +43,7 @@ uniform = /obj/item/clothing/under/vaurca head = /obj/item/clothing/head/helmet/unathi/klax - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter suit = /obj/item/clothing/suit/armor/unathi/klax suit_store = /obj/item/gun/launcher/grenade shoes = /obj/item/clothing/shoes/vaurca diff --git a/code/datums/outfits/ert/tcfl.dm b/code/datums/outfits/ert/tcfl.dm index d5b3377783d..d4cacccc80e 100644 --- a/code/datums/outfits/ert/tcfl.dm +++ b/code/datums/outfits/ert/tcfl.dm @@ -17,7 +17,7 @@ /datum/outfit/admin/ert/legion/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/code/datums/trading/misc.dm b/code/datums/trading/misc.dm index 39ceb83c312..ecd82cd5b29 100644 --- a/code/datums/trading/misc.dm +++ b/code/datums/trading/misc.dm @@ -205,7 +205,7 @@ name_language = LANGUAGE_VAURCA possible_trading_items = list( - /obj/item/clothing/mask/breath/vaurca = TRADER_THIS_TYPE, + /obj/item/clothing/mask/gas/vaurca = TRADER_THIS_TYPE, /obj/item/melee/energy/vaurca = TRADER_THIS_TYPE, /obj/item/vaurca/box = TRADER_THIS_TYPE, /obj/item/melee/vaurca/rock = TRADER_THIS_TYPE, diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 2d4e3b48518..b5492a554ed 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -38,7 +38,7 @@ var/epp_active = FALSE var/list/mask_blacklist = list( - /obj/item/clothing/mask/breath/vaurca, + /obj/item/clothing/mask/gas/vaurca, /obj/item/clothing/mask/breath/skrell, /obj/item/clothing/mask/breath/lyodsuit, /obj/item/clothing/mask/breath/infiltrator) diff --git a/code/game/objects/items/devices/auto_cpr.dm b/code/game/objects/items/devices/auto_cpr.dm index 052e4442e7f..108116ef6b4 100644 --- a/code/game/objects/items/devices/auto_cpr.dm +++ b/code/game/objects/items/devices/auto_cpr.dm @@ -1,7 +1,7 @@ #define EPP "Emergency Positive Pressure system" /obj/item/auto_cpr - name = "stabilizer harness" + name = "stabilizer harness" desc = "A specialized medical harness that gives regular compressions to the patient's ribcage for cases of urgent heart issues, and functions as an emergency \ artificial respirator for cases of urgent lung issues." desc_info = "The Stabilizer Harness' CPR mode is capable of restarting the heart much like manual CPR with a chance for rib cracking ONLY IF the patient is flat lining,\ @@ -34,7 +34,7 @@ var/epp_active = FALSE var/list/mask_blacklist = list( - /obj/item/clothing/mask/breath/vaurca, + /obj/item/clothing/mask/gas/vaurca, /obj/item/clothing/mask/breath/skrell, /obj/item/clothing/mask/breath/lyodsuit, /obj/item/clothing/mask/breath/infiltrator) diff --git a/code/game/objects/items/weapons/vaurca_items.dm b/code/game/objects/items/weapons/vaurca_items.dm index 2d54500fdbc..c4a6a33a7d6 100644 --- a/code/game/objects/items/weapons/vaurca_items.dm +++ b/code/game/objects/items/weapons/vaurca_items.dm @@ -1,19 +1,20 @@ //Weapons and items used exclusively by the Vaurcae, typically only for event shenanigans, and possibly random finds in the future. All items here should have //"Vaurca" in the item path at some point, so they can be easily spawned in-game. -/obj/item/clothing/mask/breath/vaurca +/obj/item/clothing/mask/gas/vaurca desc = "A Vaurcae mandible garment with an attached gas filter and air-tube." name = "mandible garment" icon = 'icons/obj/vaurca_items.dmi' icon_state = "m_garment" item_state = "m_garment" + filtered_gases = list(GAS_NITROGEN, GAS_N2O, GAS_CHLORINE, GAS_ALIEN) contained_sprite = 1 -/obj/item/clothing/mask/breath/vaurca/adjust_mask(mob/user) +/obj/item/clothing/mask/gas/vaurca/adjust_mask(mob/user) to_chat(user, "This mask is too tight to adjust.") return -/obj/item/clothing/mask/breath/vaurca/filter +/obj/item/clothing/mask/gas/vaurca/filter desc = "A basic screw on filter attached beneath the mouthparts of the common Vaurca." name = "filter port" icon_state = "filterport" diff --git a/code/modules/background/citizenship/human.dm b/code/modules/background/citizenship/human.dm index 0608745e600..26564326794 100644 --- a/code/modules/background/citizenship/human.dm +++ b/code/modules/background/citizenship/human.dm @@ -50,7 +50,7 @@ H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform) H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/biesel(H), slot_head) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder(H), slot_shoes) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder(H), slot_wear_suit) H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec(H), slot_back) H.equip_to_slot_or_del(new /obj/item/gun/energy/vaurca/blaster(H), slot_belt) diff --git a/code/modules/background/citizenship/skrell.dm b/code/modules/background/citizenship/skrell.dm index cdecc16ee1f..14d3c4f45be 100644 --- a/code/modules/background/citizenship/skrell.dm +++ b/code/modules/background/citizenship/skrell.dm @@ -61,7 +61,7 @@ H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform) H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/nralakk(H), slot_head) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder/nralakk(H), slot_shoes) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder/nralakk(H), slot_wear_suit) H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/cthur(H), slot_back) else diff --git a/code/modules/background/citizenship/unathi.dm b/code/modules/background/citizenship/unathi.dm index 8eac7c58edd..6282381ce5a 100644 --- a/code/modules/background/citizenship/unathi.dm +++ b/code/modules/background/citizenship/unathi.dm @@ -72,7 +72,7 @@ H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform) H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder/hegemony(H), slot_head) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder/klax(H), slot_shoes) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder/klax(H), slot_wear_suit) H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/klax(H), slot_back) else diff --git a/code/modules/background/citizenship/vaurca.dm b/code/modules/background/citizenship/vaurca.dm index cbd8ce16794..07a3116a884 100644 --- a/code/modules/background/citizenship/vaurca.dm +++ b/code/modules/background/citizenship/vaurca.dm @@ -59,7 +59,7 @@ glasses = null head = /obj/item/clothing/head/vaurca_breeder shoes = /obj/item/clothing/shoes/vaurca/breeder - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter suit = /obj/item/clothing/suit/vaurca/breeder /datum/outfit/job/representative/consular/zora/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) @@ -131,7 +131,7 @@ glasses = null head = /obj/item/clothing/head/vaurca_breeder/klax shoes = /obj/item/clothing/shoes/vaurca/breeder/klax - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter suit = /obj/item/clothing/suit/vaurca/breeder/klax /datum/outfit/job/representative/consular/klax/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) @@ -202,7 +202,7 @@ glasses = null head = /obj/item/clothing/head/vaurca_breeder/cthur shoes = /obj/item/clothing/shoes/vaurca/breeder/cthur - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter suit = /obj/item/clothing/suit/vaurca/breeder/cthur /datum/outfit/job/representative/consular/cthur/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/vaurca.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/vaurca.dm index cb5417c802a..d906017cb13 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/vaurca.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/vaurca.dm @@ -8,7 +8,7 @@ /datum/gear/mask/vaurca display_name = "mandible garment" - path = /obj/item/clothing/mask/breath/vaurca + path = /obj/item/clothing/mask/gas/vaurca cost = 1 whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK) sort_category = "Xenowear - Vaurca" @@ -16,7 +16,7 @@ /datum/gear/mask/filterport display_name = "filter port" - path = /obj/item/clothing/mask/breath/vaurca/filter + path = /obj/item/clothing/mask/gas/vaurca/filter cost = 1 whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_BULWARK) sort_category = "Xenowear - Vaurca" diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 874c389909a..925ff0343eb 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -11,7 +11,7 @@ permeability_coefficient = 0.01 siemens_coefficient = 0.9 var/gas_filter_strength = 1 //For gas mask filters - var/list/filtered_gases = list(GAS_PHORON, GAS_N2O) + var/list/filtered_gases = list(GAS_PHORON, GAS_N2O, GAS_CHLORINE, GAS_ALIEN) armor = list( bio = ARMOR_BIO_STRONG ) diff --git a/code/modules/clothing/masks/voice.dm b/code/modules/clothing/masks/voice.dm index dac9ca1e06d..bc7c27d4b66 100644 --- a/code/modules/clothing/masks/voice.dm +++ b/code/modules/clothing/masks/voice.dm @@ -39,19 +39,19 @@ . = ..() changer = new(src) -/obj/item/clothing/mask/breath/vaurca/filter/voice +/obj/item/clothing/mask/gas/vaurca/filter/voice var/obj/item/voice_changer/changer origin_tech = list(TECH_ILLEGAL = 4) desc_antag = "A Lii'draic filter port that allows to change voices." -/obj/item/clothing/mask/breath/vaurca/filter/voice/verb/Toggle_Voice_Changer() +/obj/item/clothing/mask/gas/vaurca/filter/voice/verb/Toggle_Voice_Changer() set category = "Object" set src in usr changer.active = !changer.active to_chat(usr, SPAN_NOTICE("You [changer.active ? "enable" : "disable"] the voice-changing module in \the [src].")) -/obj/item/clothing/mask/breath/vaurca/filter/voice/verb/Set_Voice(name as text) +/obj/item/clothing/mask/gas/vaurca/filter/voice/verb/Set_Voice(name as text) set category = "Object" set src in usr @@ -60,7 +60,7 @@ changer.voice = voice to_chat(usr, SPAN_NOTICE("You are now mimicking [changer.voice].")) -/obj/item/clothing/mask/breath/vaurca/filter/voice/verb/Toggle_Accent() +/obj/item/clothing/mask/gas/vaurca/filter/voice/verb/Toggle_Accent() set category = "Object" set src in usr @@ -69,6 +69,6 @@ to_chat(usr, SPAN_NOTICE("You are now mimicking the [choice] accent.")) changer.current_accent = choice -/obj/item/clothing/mask/breath/vaurca/filter/voice/Initialize() +/obj/item/clothing/mask/gas/vaurca/filter/voice/Initialize() . = ..() changer = new(src) \ No newline at end of file diff --git a/code/modules/mob/living/carbon/human/human_species.dm b/code/modules/mob/living/carbon/human/human_species.dm index 4a7472173bc..756f088d337 100644 --- a/code/modules/mob/living/carbon/human/human_species.dm +++ b/code/modules/mob/living/carbon/human/human_species.dm @@ -66,7 +66,7 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy/mannequin) /mob/living/carbon/human/type_a/cargo/Initialize(mapload) . = ..() // Equip mask to allow the drone to breathe - equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(src), slot_wear_mask) + equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(src), slot_wear_mask) // Set internals var/obj/item/organ/internal/vaurca/preserve/P = internal_organs_by_name[BP_PHORON_RESERVE] internal = P diff --git a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm index fd31b1bba42..48bfae9bc7b 100644 --- a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm +++ b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca.dm @@ -145,7 +145,7 @@ /datum/species/bug/before_equip(var/mob/living/carbon/human/H) . = ..() H.gender = NEUTER - var/obj/item/clothing/mask/breath/vaurca/filter/M = new /obj/item/clothing/mask/breath/vaurca/filter(H) + var/obj/item/clothing/mask/gas/vaurca/filter/M = new /obj/item/clothing/mask/gas/vaurca/filter(H) H.equip_to_slot_or_del(M, slot_wear_mask) /datum/species/bug/after_equip(var/mob/living/carbon/human/H) diff --git a/html/changelogs/RustingWithYou - gasmask.yml b/html/changelogs/RustingWithYou - gasmask.yml new file mode 100644 index 00000000000..6ae63e4a35a --- /dev/null +++ b/html/changelogs/RustingWithYou - gasmask.yml @@ -0,0 +1,42 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: RustingWithYou + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Vaurca masks now act as described in lore, filtering toxic gases in addition to working as a breath mask." + - tweak: "Expands the list of harmful gases that can be filtered by gas masks to include chlorine and random gases." diff --git a/maps/aurora/aurora-1_centcomm.dmm b/maps/aurora/aurora-1_centcomm.dmm index 3dcb3ef1478..f8fbad3862f 100644 --- a/maps/aurora/aurora-1_centcomm.dmm +++ b/maps/aurora/aurora-1_centcomm.dmm @@ -123,7 +123,7 @@ pixel_x = -3; pixel_y = 2 }, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "new_white" }, @@ -9239,7 +9239,7 @@ /obj/item/clothing/under/legion, /obj/item/clothing/under/legion, /obj/item/clothing/under/legion, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "cafeteria" }, @@ -12452,7 +12452,7 @@ /obj/item/storage/box/practiceshells, /obj/item/storage/box/trackingslugs, /obj/effect/decal/warning_stripes, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor, /area/antag/loner) "enU" = ( @@ -13720,10 +13720,10 @@ "fdr" = ( /obj/structure/table/wood, /obj/random/coin, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "wood" }, @@ -21924,8 +21924,8 @@ /obj/structure/table/wood{ table_reinf = "wood" }, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "wood" }, @@ -33281,10 +33281,10 @@ "rPi" = ( /obj/structure/table/standard, /obj/item/modular_computer/handheld/pda/syndicate, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "wood_light" }, @@ -36674,7 +36674,7 @@ /area/centcom/specops) "ujT" = ( /obj/structure/table/standard, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "new_reinforced" }, @@ -36720,12 +36720,12 @@ pixel_y = 6 }, /obj/effect/floor_decal/industrial/warning, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /turf/unsimulated/floor{ icon_state = "engine" }, diff --git a/maps/away/away_site/space_bar/space_bar_ghostroles.dm b/maps/away/away_site/space_bar/space_bar_ghostroles.dm index 1e7f8a50000..a91555cb6a4 100644 --- a/maps/away/away_site/space_bar/space_bar_ghostroles.dm +++ b/maps/away/away_site/space_bar/space_bar_ghostroles.dm @@ -42,7 +42,7 @@ /datum/outfit/admin/space_bar_bartender/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" @@ -97,7 +97,7 @@ /datum/outfit/admin/space_bar_chef/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" @@ -139,7 +139,7 @@ H.equip_to_slot_or_del(new S, slot_shoes) /datum/outfit/admin/random/space_bar_patron/vaurca - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter r_pocket = /obj/item/reagent_containers/inhaler/phoron_special /datum/outfit/admin/random/space_bar_patron/vaurca/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) diff --git a/maps/away/ships/elyra/elyra_strike_craft_ghostroles.dm b/maps/away/ships/elyra/elyra_strike_craft_ghostroles.dm index 41316b84120..b81cd7a8458 100644 --- a/maps/away/ships/elyra/elyra_strike_craft_ghostroles.dm +++ b/maps/away/ships/elyra/elyra_strike_craft_ghostroles.dm @@ -35,7 +35,7 @@ /datum/outfit/admin/elyran_naval_infantry/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm b/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm index 42598397d9b..a828137f442 100644 --- a/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm +++ b/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm @@ -40,7 +40,7 @@ /datum/outfit/admin/freebooter_crew/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette.dmm b/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette.dmm index edd37152dfb..4f52903c447 100644 --- a/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette.dmm +++ b/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette.dmm @@ -6497,7 +6497,7 @@ /obj/item/clothing/suit/vaurca/silver, /obj/item/vaurca/box, /obj/item/skrell_projector/vaurca_projector, -/obj/item/clothing/mask/breath/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/filter, /obj/item/melee/energy/vaurca, /obj/item/clothing/under/vaurca/gearharness/black, /obj/item/clothing/under/vaurca/gearharness, diff --git a/maps/away/ships/hegemony/hegemony_corvette/hegemony_ghostroles.dm b/maps/away/ships/hegemony/hegemony_corvette/hegemony_ghostroles.dm index cf652b3d98a..d561b9992ec 100644 --- a/maps/away/ships/hegemony/hegemony_corvette/hegemony_ghostroles.dm +++ b/maps/away/ships/hegemony/hegemony_corvette/hegemony_ghostroles.dm @@ -93,7 +93,7 @@ /datum/outfit/admin/izweski/klax uniform = /obj/item/clothing/under/vaurca - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter belt = /obj/item/melee/energy/sword/hegemony shoes = /obj/item/clothing/shoes/vaurca id = /obj/item/card/id/distress/kataphract diff --git a/maps/away/ships/iac/iac_rescue_ship_ghostroles.dm b/maps/away/ships/iac/iac_rescue_ship_ghostroles.dm index 642f2663ca5..73ac6f17a91 100644 --- a/maps/away/ships/iac/iac_rescue_ship_ghostroles.dm +++ b/maps/away/ships/iac/iac_rescue_ship_ghostroles.dm @@ -43,7 +43,7 @@ /datum/outfit/admin/iac_volunteer/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/maps/away/ships/kataphracts/kataphract_ship_ghostroles.dm b/maps/away/ships/kataphracts/kataphract_ship_ghostroles.dm index 3ce093ce9c2..f804867617b 100644 --- a/maps/away/ships/kataphracts/kataphract_ship_ghostroles.dm +++ b/maps/away/ships/kataphracts/kataphract_ship_ghostroles.dm @@ -94,7 +94,7 @@ /datum/outfit/admin/kataphract/klax uniform = /obj/item/clothing/under/vaurca - mask = /obj/item/clothing/mask/breath/vaurca/filter + mask = /obj/item/clothing/mask/gas/vaurca/filter belt = /obj/item/melee/energy/sword/hegemony shoes = /obj/item/clothing/shoes/vaurca id = /obj/item/card/id/distress/kataphract diff --git a/maps/away/ships/orion/orion_express_ship_ghostroles.dm b/maps/away/ships/orion/orion_express_ship_ghostroles.dm index 9232ee48595..4969a77fee6 100644 --- a/maps/away/ships/orion/orion_express_ship_ghostroles.dm +++ b/maps/away/ships/orion/orion_express_ship_ghostroles.dm @@ -42,7 +42,7 @@ /datum/outfit/admin/orion_express_courier/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/maps/away/ships/tcfl_patrol/tcfl_peacekeeper_ship_ghostroles.dm b/maps/away/ships/tcfl_patrol/tcfl_peacekeeper_ship_ghostroles.dm index a998df95bb4..a0c8bceb6f5 100644 --- a/maps/away/ships/tcfl_patrol/tcfl_peacekeeper_ship_ghostroles.dm +++ b/maps/away/ships/tcfl_patrol/tcfl_peacekeeper_ship_ghostroles.dm @@ -45,7 +45,7 @@ /datum/outfit/admin/tcfl_peacekeeper/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm b/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm index a7b8e0b2a19..8fb2f811d83 100644 --- a/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm +++ b/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm @@ -40,7 +40,7 @@ /datum/outfit/admin/freighter_crew/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1" diff --git a/maps/random_ruins/exoplanets/grove/crashsurvivors/crashsurvivors.dm b/maps/random_ruins/exoplanets/grove/crashsurvivors/crashsurvivors.dm index a87e806c3b5..599300a0d2b 100644 --- a/maps/random_ruins/exoplanets/grove/crashsurvivors/crashsurvivors.dm +++ b/maps/random_ruins/exoplanets/grove/crashsurvivors/crashsurvivors.dm @@ -42,7 +42,7 @@ /datum/outfit/admin/survivor/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(isvaurca(H)) - H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/vaurca/filter(H), slot_wear_mask) var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] H.internal = preserve H.internals.icon_state = "internal1"