Skip to content

Commit

Permalink
Update anime.dm
Browse files Browse the repository at this point in the history
reverted part of anime colours
  • Loading branch information
ThePooba authored Nov 15, 2024
1 parent 309cf8e commit 1cd05ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monkestation/code/modules/surgery/organs/external/anime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
bodypart_overlay = /datum/bodypart_overlay/mutant/anime_head

/datum/bodypart_overlay/mutant/anime_head
color_source = ORGAN_COLOR_ANIME
layers = EXTERNAL_FRONT | EXTERNAL_BEHIND
feature_key = "anime_top"

Expand All @@ -33,6 +34,7 @@
bodypart_overlay = /datum/bodypart_overlay/mutant/anime_middle

/datum/bodypart_overlay/mutant/anime_middle
color_source = ORGAN_COLOR_ANIME
layers = EXTERNAL_FRONT | EXTERNAL_BEHIND
feature_key = "anime_middle"

Expand All @@ -55,6 +57,7 @@
bodypart_overlay = /datum/bodypart_overlay/mutant/anime_bottom

/datum/bodypart_overlay/mutant/anime_bottom
color_source = ORGAN_COLOR_ANIME
layers = EXTERNAL_FRONT | EXTERNAL_BEHIND
feature_key = "anime_bottom"

Expand Down

0 comments on commit 1cd05ac

Please sign in to comment.