Skip to content

Commit

Permalink
Replaces sec hailers in outfits, boxes, and maps (#3828)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Replaces sec hailers with breath masks or faction-appropriate gas masks
wherever they appear.

## Why It's Good For The Game

Hailers are kind of a vestigial station item at this point,
theoretically associated with Vigilitas but still having the same design
from TG. I don't like them for a couple reasons.
- First off: they're gas masks that fit in your pocket. No eye
protection, yes, but any future gas mask buffs (and they do need buffs)
would also apply to these. This is the exact reason I made balaclavas
breath masks instead of gas masks earlier this year. Major protection in
your pocket is boring the way noslips are boring, and stuff like that
should look bulky and _be_ bullky.
- Secondly: Aesthetically, they don't match VI's style. Or anyone's,
really. VI's friendly neighborhood mall cops wouldn't wear them and
militaries would just use actual full face masks.
- Thirdly: pretty much anywhere they're currently used, they could be
replaced with a normal breath mask or a normal gas mask (which is, of
course, exactly what this PR does).

## Changelog

:cl:
balance: replaced sec hailers in outfits and maps with gas masks or
breath masks depending on circumstance
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Apogee-dev authored Nov 27, 2024
1 parent 3e453fe commit effce9f
Show file tree
Hide file tree
Showing 12 changed files with 297 additions and 307 deletions.
26 changes: 13 additions & 13 deletions _maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
req_access_txt = "3"
},
/obj/item/gun/energy/e_gun/hos,
/obj/item/clothing/mask/gas/sechailer,
/obj/item/clothing/shoes/cowboy/black,
/obj/item/storage/belt/military,
/obj/item/clothing/suit/armor/vest/leather,
Expand All @@ -106,6 +105,7 @@
/obj/item/clothing/under/rank/security/head_of_security/alt/skirt,
/obj/item/clothing/under/rank/security/head_of_security/nt,
/obj/item/clothing/under/rank/security/head_of_security/nt/skirt,
/obj/item/clothing/mask/gas/vigilitas,
/turf/open/floor/wood,
/area/ruin/rockplanet/nanotrasen)
"by" = (
Expand Down Expand Up @@ -566,8 +566,8 @@
"jb" = (
/obj/structure/bed,
/obj/effect/turf_decal/industrial/warning{
dir = 2;
color = "#808080"
color = "#808080";
dir = 2
},
/obj/effect/decal/cleanable/vomit,
/obj/effect/decal/cleanable/blood/old,
Expand Down Expand Up @@ -944,8 +944,8 @@
"oO" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/item/wallframe/light_fixture{
pixel_y = -14;
pixel_x = 10
pixel_x = 10;
pixel_y = -14
},
/turf/open/floor/plating{
icon_state = "panelscorched"
Expand Down Expand Up @@ -1185,8 +1185,8 @@
pixel_y = 5
},
/obj/item/trash/sosjerky{
pixel_y = 8;
pixel_x = -2
pixel_x = -2;
pixel_y = 8
},
/turf/open/floor/plasteel/dark,
/area/ruin/rockplanet/nanotrasen)
Expand Down Expand Up @@ -1348,8 +1348,8 @@
pixel_x = -32
},
/obj/effect/turf_decal/industrial/warning{
dir = 1;
color = "#808080"
color = "#808080";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
Expand Down Expand Up @@ -1615,8 +1615,8 @@
"Bl" = (
/obj/structure/bed,
/obj/effect/turf_decal/industrial/warning{
dir = 1;
color = "#808080"
color = "#808080";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
Expand Down Expand Up @@ -2139,8 +2139,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb,
/obj/effect/turf_decal/industrial/warning{
dir = 2;
color = "#808080"
color = "#808080";
dir = 2
},
/turf/open/floor/plasteel,
/area/ruin/rockplanet/nanotrasen)
Expand Down
2 changes: 1 addition & 1 deletion _maps/shuttles/inteq/inteq_valor.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
/obj/effect/turf_decal/industrial/outline/yellow,
/obj/item/clothing/glasses/hud/security/sunglasses/inteq,
/obj/item/clothing/head/helmet/swat/inteq,
/obj/item/clothing/mask/gas/sechailer,
/obj/item/clothing/mask/gas/inteq,
/obj/item/radio/intercom/directional/north,
/turf/open/floor/plasteel,
/area/ship/crew/office)
Expand Down
2 changes: 1 addition & 1 deletion _maps/shuttles/nanotrasen/nanotrasen_heron.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,7 @@
/obj/item/clothing/accessory/medal/gold/heroism,
/obj/item/clothing/accessory/holster/detective,
/obj/item/clothing/mask/bandana/skull,
/obj/item/clothing/mask/gas/sechailer,
/obj/item/clothing/mask/gas/vigilitas,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/steeldecal/steel_decals10,
/obj/effect/turf_decal/steeldecal/steel_decals10{
Expand Down
Loading

0 comments on commit effce9f

Please sign in to comment.