Skip to content

Commit

Permalink
Heart!
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 16, 2024
1 parent 1225dd7 commit 156e5ef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1198,3 +1198,8 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name)
display_name = "M3 Pattern Skull Paint"
path = /obj/item/clothing/accessory/paint/skull
cost = 0

/datum/gear/misc/paint_heart
display_name = "M3 Pattern Heart Paint"
path = /obj/item/clothing/accessory/paint/heart
cost = 0
7 changes: 7 additions & 0 deletions code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,13 @@
item_state = "skull"
slot = ACCESSORY_SLOT_PAINT

/obj/item/clothing/accessory/paint/heart
name = "heart armor paint"
desc = "A set of paint tones to etch a heart into a Marine's armor."
icon_state = "heart"
item_state = "heart"
slot = ACCESSORY_SLOT_PAINT

/obj/item/clothing/accessory/storage/webbing/m3/mag
name = "\improper M3 Pattern Magazine Webbing"
desc = "A sturdy mess of synthcotton belts and buckles, ready to share your burden."
Expand Down
Binary file modified icons/mob/humans/onmob/ties.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/ties_overlay.dmi
Binary file not shown.

0 comments on commit 156e5ef

Please sign in to comment.