Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes donor helmets not having an accessory slot #5380

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/cm_marines/Donator_Items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
flags_inv_hide = HIDEEARS
flags_atom = FPRINT|CONDUCT|NO_NAME_OVERRIDE|NO_SNOW_TYPE
min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
flags_marine_helmet = NO_FLAGS
flags_marine_helmet = HELMET_GARB_OVERLAY

/obj/item/clothing/head/helmet/marine/fluff/verb/toggle_squad_markings()
set src in usr
Expand Down
Loading