Skip to content

Commit

Permalink
Merge branch 'forest/paperwork' into project/fax_responders/test_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Dec 13, 2024
2 parents c189181 + 9edf958 commit f15a083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/modules/clothing/head/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ GLOBAL_LIST_INIT(allowed_hat_items, list(
/obj/item/tool/pen = PREFIX_HAT_GARB_OVERRIDE,
/obj/item/tool/pen/blue = PREFIX_HAT_GARB_OVERRIDE,
/obj/item/tool/pen/red = PREFIX_HAT_GARB_OVERRIDE,
/obj/item/tool/pen/multicolor = NO_GARB_OVERRIDE,
/obj/item/tool/pen/multicolor/fountain = NO_GARB_OVERRIDE,
/obj/item/tool/pen/multicolor/provost = NO_GARB_OVERRIDE,
/obj/item/clothing/glasses/welding = "welding-c",
/obj/item/clothing/glasses/mgoggles = PREFIX_HAT_GARB_OVERRIDE,
/obj/item/clothing/glasses/mgoggles/prescription = PREFIX_HAT_GARB_OVERRIDE,
Expand Down
3 changes: 2 additions & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(
/obj/item/tool/pen = PREFIX_HELMET_GARB_OVERRIDE, // helmet_
/obj/item/tool/pen/blue = PREFIX_HELMET_GARB_OVERRIDE, // helmet_
/obj/item/tool/pen/red = PREFIX_HELMET_GARB_OVERRIDE, // helmet_
/obj/item/tool/pen/multicolor = NO_GARB_OVERRIDE,
/obj/item/tool/pen/multicolor/fountain = NO_GARB_OVERRIDE,
/obj/item/tool/pen/multicolor/provost = NO_GARB_OVERRIDE,
/obj/item/clothing/glasses/welding = NO_GARB_OVERRIDE,
/obj/item/clothing/head/headband = NO_GARB_OVERRIDE,
/obj/item/clothing/head/headband/tan = NO_GARB_OVERRIDE,
Expand Down

0 comments on commit f15a083

Please sign in to comment.