code/__DEFINES/quirks.dm
QUIRK_HUMAN_ONLY | This quirk can only be applied to humans |
---|---|
QUIRK_PROCESSES | This quirk processes on SSquirks (and should implement quirk process) |
QUIRK_CHANGES_APPEARANCE | This quirk is has a visual aspect in that it changes how the player looks. Used in generating dummies. |
QUIRK_MOODLET_BASED | The only thing this quirk effects is mood so it should be disabled if mood is |
QUIRK_HIDE_FROM_SCAN | This quirk shouldn't be shown by health analyzers and hud, perhaps as considering it medical condition is a far stretch. |
Define Details
QUIRK_CHANGES_APPEARANCE
This quirk is has a visual aspect in that it changes how the player looks. Used in generating dummies.
QUIRK_HIDE_FROM_SCAN
This quirk shouldn't be shown by health analyzers and hud, perhaps as considering it medical condition is a far stretch.
QUIRK_HUMAN_ONLY
This quirk can only be applied to humans
QUIRK_MOODLET_BASED
The only thing this quirk effects is mood so it should be disabled if mood is
QUIRK_PROCESSES
This quirk processes on SSquirks (and should implement quirk process)