Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumbgunner committed Apr 6, 2024
1 parent 7c7da06 commit 3846b4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
if(has_cryo_gear)
new /obj/item/clothing/under/marine(src)
new /obj/item/clothing/shoes/marine/knife(src)
new /obj/item/device/radio/headset/almayer/marine(src)
1 change: 1 addition & 0 deletions code/modules/clothing/head/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
/obj/item/prop/helmetgarb/helmet_nvg = HAT_GARB_RELAY_ICON_STATE,
/obj/item/prop/helmetgarb/helmet_nvg/cosmetic = HAT_GARB_RELAY_ICON_STATE,
/obj/item/prop/helmetgarb/helmet_nvg/marsoc = HAT_GARB_RELAY_ICON_STATE,
/obj/item/clothing/head/headset = "headset",
/obj/item/clothing/head/headband = "hat_headbandgreen",
/obj/item/clothing/head/headband/tan = "hat_headbandtan",
/obj/item/clothing/head/headband/red = "hat_headbandred",
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list(

/obj/item/clothing/head/helmet/marine
name = "\improper M10 pattern marine helmet"
desc = "A standard M10 Pattern Helmet. The inside label, along with washing information, reads, 'The difference between an open-casket and closed-casket funeral. Wear on head for best results.'. There is a built-in camera on the right side."
desc = "A standard M10 Pattern Helmet. The inside label, along with washing information, reads, 'The difference between an open-casket and closed-casket funeral. Wear on head for best results.'. There is a built-in camera on the right side and a slot for a radio earpiece."
icon = 'icons/obj/items/clothing/cm_hats.dmi'
icon_state = "helmet"
item_state = "helmet"
Expand Down

0 comments on commit 3846b4e

Please sign in to comment.