Skip to content

Commit

Permalink
fix things looking dumb with heights
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 3, 2024
1 parent 85218b6 commit 8434c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ GLOBAL_LIST_INIT(layers_to_offset, list(
"[BELT_LAYER]" = LOWER_BODY,
// Everything below looks fine with or without a filter, so we can skip it and just offset
// (In practice they'd be fine if they got a filter but we can optimize a bit by not.)
/* monkestation edit: fix some weirdness with heights, most notably gloves
"[GLASSES_LAYER]" = UPPER_BODY,
"[ABOVE_BODY_FRONT_GLASSES_LAYER]" = UPPER_BODY, // currently unused
"[ABOVE_BODY_FRONT_HEAD_LAYER]" = UPPER_BODY, // only used for head stuff
Expand All @@ -752,6 +753,7 @@ GLOBAL_LIST_INIT(layers_to_offset, list(
"[ID_LAYER]" = UPPER_BODY,
"[FACEMASK_LAYER]" = UPPER_BODY,
"[FACE_LAYER]" = UPPER_BODY,
monkestation end */
// These two are cached, and have their appearance shared(?), so it's safer to just not touch it
"[MUTATIONS_LAYER]" = NO_MODIFY,
"[FRONT_MUTATIONS_LAYER]" = NO_MODIFY,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8434c92

Please sign in to comment.