Snouts push masks out a bit (#94640)

## About The Pull Request

If you have a snout (and it isn't already handled elsewhere by your
species), masks will now be pushed 1 whole pixel up and away from you
when facing left or right.

Examples (TOP IS OLD, BOTTOM IS NEW)

(did you know the welding visor has the lizard's snout sticking out the
front)?

<img width="441" height="357" alt="image"
src="https://github.com/user-attachments/assets/5d703afc-2541-4789-956c-f27dc3fdcf31"
/>

I also tried moving it up one tile too, but it didn't look as nice. (To
be clear, these are not the ones being used, the above screenshot is)
(once again top row is old, bottom row is new)

<img width="1443" height="493" alt="image"
src="https://github.com/user-attachments/assets/c7193237-39fb-466b-9dcd-f5db2a646628"
/>
<img width="1138" height="490" alt="image"
src="https://github.com/user-attachments/assets/398154df-3e56-4f59-b350-24a9c9ea04a1"
/>


## Why It's Good For The Game

I think this makes masks fit snouted faces a little bit better?
Currently they sorta clip into the face which is a little bad imo.

## Changelog

🆑
add: Masks now fit snouted species a little bit better, maybe.
/🆑
This commit is contained in:
John Willard
2026-01-23 18:03:27 -05:00
committed by GitHub
parent fbc28c1a01
commit ff009b8c10
6 changed files with 35 additions and 12 deletions
@@ -31,7 +31,7 @@
inhand_icon_state = "clown"
female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY
can_adjust = FALSE
supports_variations_flags = CLOTHING_NO_VARIATION
supports_variations_flags = NONE
/obj/item/clothing/under/rank/civilian/clown/Initialize(mapload)
. = ..()
+1 -1
View File
@@ -10,7 +10,7 @@
gender = PLURAL
body_parts_covered = GROIN
female_sprite_flags = NO_FEMALE_UNIFORM
supports_variations_flags = CLOTHING_NO_VARIATION
supports_variations_flags = NONE
can_adjust = FALSE
species_exception = list(/datum/species/golem)
flags_1 = IS_PLAYER_COLORABLE_1