Skip to content

Commit

Permalink
TGS Test Merge (#6132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinz authored and Kevinz committed Nov 12, 2023
2 parents 40d37d6 + 17befad commit a8a7315
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions code/modules/sprite_accessories/markings/eye_stuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)

/datum/sprite_accessory/marking/eye_stuff/tridot
name = "Tri-Dot"
id = "marking_eye_tridot"
icon_state = "tridot"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)

/datum/sprite_accessory/marking/eye_stuff/tridotflipped
name = "Tri-Dot Flipped"
id = "marking_eye_tridotflipped"
icon_state = "tridotflipped"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)

/datum/sprite_accessory/marking/eye_stuff/zmask
name = "Eye mask"
id = "marking_eye_mask"
Expand Down
Binary file modified icons/mob/sprite_accessories/markings/eye_stuff.dmi
Binary file not shown.

0 comments on commit a8a7315

Please sign in to comment.