Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nerf withered insomniacs, add eye markings as penance #250

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
Recoherent marked this conversation as resolved.
Show resolved Hide resolved

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.
Loading