Skip to content

Commit

Permalink
Fix tails going over backpacks and stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
flrsh committed Apr 21, 2021
1 parent 495e494 commit fef25ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _std/defines/layer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#define MOB_GLASSES_LAYER (MOB_OVERLAY_BASE-6)
#define MOB_HAIR_LAYER2 (MOB_OVERLAY_BASE-7)
#define MOB_BACK_LAYER (MOB_OVERLAY_BASE-8)
#define MOB_OVERSUIT_LAYER1 (MOB_LAYER_BASE-8.7) // For mutant oversuit (de)tails when facing north
#define MOB_OVERSUIT_LAYER2 (MOB_LAYER_BASE-8.8) // If we have another one
#define MOB_OVERSUIT_LAYER1 (MOB_OVERLAY_BASE-8.7) // For mutant oversuit (de)tails when facing north
#define MOB_OVERSUIT_LAYER2 (MOB_OVERLAY_BASE-8.8) // If we have another one
#define MOB_ARMOR_LAYER (MOB_OVERLAY_BASE-9)
#define MOB_HAND_LAYER2 (MOB_OVERLAY_BASE-10) // gloves
#define MOB_HAND_LAYER1 (MOB_OVERLAY_BASE-11)
Expand Down

0 comments on commit fef25ad

Please sign in to comment.