Skip to content

Commit

Permalink
reworked into modularized form
Browse files Browse the repository at this point in the history
thanks ephe
  • Loading branch information
Recoherent committed Nov 27, 2024
1 parent 78906cc commit 37e7bd7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/bodypart_overlays/simple_bodypart_overlay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

///bags drawn beneath the eyes
/datum/bodypart_overlay/simple/bags
//doppler - redirect to overwrite to make these less dark
icon = 'modular_doppler/modular_quirks/overwrites/icons/bodypart_overlay_simple.dmi'

icon_state = "bags"
draw_color = COLOR_WEBSAFE_DARK_GRAY
layers = EXTERNAL_ADJACENT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,13 @@
icon_state = "nips"
body_zones = CHEST
gender_specific = FALSE

/datum/sprite_accessory/body_marking/other/outer_eye
name = "Outer Eye"
icon_state = "outereye"
body_zones = HEAD

/datum/sprite_accessory/body_marking/other/undereye
name = "Undereye"
icon_state = "undereye"
body_zones = HEAD
Binary file not shown.
Binary file not shown.

0 comments on commit 37e7bd7

Please sign in to comment.