code/__DEFINES/DNA.dm
TR_HASHNAME | hashing names (e.g. monkey(e34f)) (only in monkeyize) |
---|---|
TR_KEEPSE | changelings shouldn't edit the DNA's SE when turning into a monkey |
MUTCOLORS_PARTSONLY | Used if we want the mutant colour to be only used by mutant bodyparts. Don't combine this with MUTCOLORS, or it will be useless. |
DIGITIGRADE | Uses weird leg sprites. Optional for lizards, required for ashwalkers. Don't give it to other races unless you make sprites for this (see human_parts_greyscale.dmi) |
DYNCOLORS | Use this if you want to change the race's color without the player being able to pick their own color. AKA special color shifting |
NOEYESPRITES | Do not draw eyes or eyeless overlay |
NOREAGENTS | DO NOT PROCESS REAGENTS |
HAS_FLESH | Used for determining which wounds are applicable to this species. if we have flesh (can suffer slash/piercing/burn wounds, requires they don't have NOBLOOD) |
HAS_BONE | if we have bones (can suffer bone wounds) |
STANDARD_ORGAN_DECAY | designed to fail organs when left to decay for ~15 minutes |
Define Details
DIGITIGRADE
Uses weird leg sprites. Optional for lizards, required for ashwalkers. Don't give it to other races unless you make sprites for this (see human_parts_greyscale.dmi)
DYNCOLORS
Use this if you want to change the race's color without the player being able to pick their own color. AKA special color shifting
HAS_BONE
if we have bones (can suffer bone wounds)
HAS_FLESH
Used for determining which wounds are applicable to this species. if we have flesh (can suffer slash/piercing/burn wounds, requires they don't have NOBLOOD)
MUTCOLORS_PARTSONLY
Used if we want the mutant colour to be only used by mutant bodyparts. Don't combine this with MUTCOLORS, or it will be useless.
NOEYESPRITES
Do not draw eyes or eyeless overlay
NOREAGENTS
DO NOT PROCESS REAGENTS
STANDARD_ORGAN_DECAY
designed to fail organs when left to decay for ~15 minutes
TR_HASHNAME
hashing names (e.g. monkey(e34f)) (only in monkeyize)
TR_KEEPSE
changelings shouldn't edit the DNA's SE when turning into a monkey