mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Merge pull request #5738 from Seris02/digiunbad
makes tails/wings show underneath bodyparts (makes more difference on digitigrades)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// For some reason, suit and uniform already has this funcitonality, but shoes do not.
|
||||
|
||||
//Duplicate defines so the code below can compile. See non-modular update_icons.dm for proper placement.
|
||||
#define SHOES_LAYER_ALT 9 //Shoe-slot item (when set to be under uniform via verb)
|
||||
#define SHOES_LAYER 12 //Shoe-slot item
|
||||
#define VORE_BELLY_LAYER 32 //Should be the same that it is in update_icons.dm
|
||||
#define SHOES_LAYER_ALT 10 //Shoe-slot item (when set to be under uniform via verb)
|
||||
#define SHOES_LAYER 13 //Shoe-slot item
|
||||
#define VORE_BELLY_LAYER 33 //Should be the same that it is in update_icons.dm
|
||||
|
||||
/mob/living/carbon/human/update_inv_shoes()
|
||||
//. = ..()
|
||||
|
||||
Reference in New Issue
Block a user