Skip to content

Commit

Permalink
eyebags but modular??????????
Browse files Browse the repository at this point in the history
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHH
  • Loading branch information
Recoherent committed Nov 26, 2024
1 parent 1297e97 commit bf4a8fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 5 additions & 1 deletion code/datums/bodypart_overlays/simple_bodypart_overlay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
///Icon state of the overlay
var/icon_state
///Icon of the overlay
var/icon = 'icons/mob/human/species/misc/bodypart_overlay_simple.dmi'
//var/icon = 'icons/mob/human/species/misc/bodypart_overlay_simple.dmi'

//doppler - hijacking this to a modular overlay because ??????
var/icon = 'modular_doppler/modular_quirks/overwrites/icons/bodypart_overlay_simple.dmi'

///Color we apply to our overlay (none by default)
var/draw_color

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,3 @@
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 bf4a8fe

Please sign in to comment.