forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Gene-Mod Mutant Colors * Stops blowed up screenshot tests * ci * no regressions * hemophages want this too * oops * ci * mess with the preview bcuz i can --------- Co-authored-by: Lila S. <[email protected]>
- Loading branch information
1 parent
a87b853
commit 0ddeda8
Showing
11 changed files
with
61 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
//Species | ||
#define isprimitive(A) (is_species(A, /datum/species/human/genemod/primitive)) | ||
#define isprimitive(A) (is_species(A, /datum/species/genemod/primitive)) | ||
//Customization bases | ||
#define isinsectoid(A) (is_species(A, /datum/species/insectoid)) | ||
#define issnail(A) (is_species(A, /datum/species/snail)) | ||
#define ishemophage(A) (is_species(A, /datum/species/hemophage)) | ||
#define ishemophage(A) (is_species(A, /datum/species/genemod/hemophage)) | ||
//Species with green blood | ||
#define hasgreenblood(A) (isinsectoid(A) || HAS_TRAIT(A, TRAIT_GREEN_BLOOD)) |
Binary file renamed
BIN
+985 Bytes
...ot_humanoids__datum_species_hemophage.png → ...shot_humanoids__datum_species_genemod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+985 Bytes
...umanoids__datum_species_human_genemod.png → ...oids__datum_species_genemod_hemophage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+985 Bytes
...datum_species_human_genemod_primitive.png → ...oids__datum_species_genemod_primitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
18 changes: 9 additions & 9 deletions
18
modular_doppler/modular_species/species_types/genemod/genemod.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
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
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
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