mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Puts Balaclavas on a layer below glasses and radios (#76126)
## About The Pull Request This has been annoying me for a while. Balaclavas being above glasses made them cut them off in a really weird way. So this moves them to a LOWER_FACEMASK_LAYER that's below glasses and ears (since headsets are worn over balaclavas typically) This layer has to be below the hair layer, but any masks that use it should have HIDEHAIR anyways ## Why It's Good For The Game It just looks cooler: Befores    Afters    ## Changelog 🆑 qol: made Balaclavas layer below glasses and radios /🆑
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
inhand_icon_state = "balaclava"
|
||||
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT
|
||||
visor_flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
|
||||
alternate_worn_layer = LOW_FACEMASK_LAYER //This lets it layer below glasses and headsets; yes, that's below hair, but it already has HIDEHAIR
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
actions_types = list(/datum/action/item_action/adjust)
|
||||
|
||||
@@ -61,4 +62,5 @@
|
||||
inhand_icon_state = "balaclava"
|
||||
flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR|HIDESNOUT
|
||||
visor_flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
|
||||
alternate_worn_layer = LOW_FACEMASK_LAYER //This lets it layer below glasses and headsets; yes, that's below hair, but it already has HIDEHAIR
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
Reference in New Issue
Block a user