forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skintone digilegs for genemodders, bodymarkings
- Loading branch information
CliffracerX
committed
Oct 11, 2024
1 parent
e6a1d21
commit 976110d
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
modular_doppler/modular_species/species_types/genemod/genemod_bodyparts.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/obj/item/bodypart/leg/left/digitigrade/genemod | ||
icon_greyscale = 'modular_doppler/modular_species/species_types/genemod/icons/bodyparts.dmi' | ||
|
||
/obj/item/bodypart/leg/left/digitigrade/genemod/update_limb(dropping_limb = FALSE, is_creating = FALSE) | ||
. = ..() | ||
if(limb_id == SPECIES_LIZARD) | ||
limb_id = SPECIES_HUMAN | ||
|
||
/obj/item/bodypart/leg/right/digitigrade/genemod | ||
icon_greyscale = 'modular_doppler/modular_species/species_types/genemod/icons/bodyparts.dmi' | ||
|
||
/obj/item/bodypart/leg/right/digitigrade/genemod/update_limb(dropping_limb = FALSE, is_creating = FALSE) | ||
. = ..() | ||
if(limb_id == SPECIES_LIZARD) | ||
limb_id = SPECIES_HUMAN |
Binary file added
BIN
+1.59 KB
modular_doppler/modular_species/species_types/genemod/icons/bodyparts.dmi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters