You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Used heavily in root items for helmets
Supposed to make stuff invisible (such as ear items, so the ear piece does not clip
What it does instead: Makes it impossible to remove or place a item in the ear slot (or eyeslot, depending what you flagged) giving the error message "the mask is in the way"
It does not make anything invisible, still clips.
The text was updated successfully, but these errors were encountered:
This is easiest to reproduce by
A: doing a test edit of a hat that doesnt have the flag. I recommend using /obj/item/clothing/head/helmet/fashion/cowboy/blondie
and just add
flags_inv = HIDEEARS
at the end.
B: spawn a bald naked man
C: spawn the following
/obj/item/radio/headset/headset_town/lawman_sheriff
/obj/item/clothing/head/helmet/fashion/cowboy/blondie
/obj/item/clothing/head/helmet/fashion/cowboy
D: Notice how if you wear the flagged testhat (blondie) you can suddenly not unequip the radio, and furthermore, the radio sprite is simply not invisible. The flag does not do what its supposed to.
So, it is reproducable, and the bug is that it does not make the earpiece invisible as its intended, instead it makes it impossible to access the slot.
ok, i was thinking the problem was it was clipping through helmets, i get it now, but not being able to access the headpiece is intentional, it just a lot of items that shouldn't be classified as helmet are a subtype of such, so their flags_inv should be changed to reflect those that can and cannot hide the ears
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Used heavily in root items for helmets
Supposed to make stuff invisible (such as ear items, so the ear piece does not clip
What it does instead: Makes it impossible to remove or place a item in the ear slot (or eyeslot, depending what you flagged) giving the error message "the mask is in the way"
It does not make anything invisible, still clips.
The text was updated successfully, but these errors were encountered: