code/__DEFINES/quirks.dm ![code/__DEFINES/quirks.dm0](git.png)
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 ![code/__DEFINES/quirks.dm 12](git.png)
This quirk is has a visual aspect in that it changes how the player looks. Used in generating dummies.
QUIRK_HIDE_FROM_SCAN ![code/__DEFINES/quirks.dm 16](git.png)
This quirk shouldn't be shown by health analyzers and hud, perhaps as considering it medical condition is a far stretch.
QUIRK_HUMAN_ONLY ![code/__DEFINES/quirks.dm 8](git.png)
This quirk can only be applied to humans
QUIRK_MOODLET_BASED ![code/__DEFINES/quirks.dm 14](git.png)
The only thing this quirk effects is mood so it should be disabled if mood is
QUIRK_PROCESSES ![code/__DEFINES/quirks.dm 10](git.png)
This quirk processes on SSquirks (and should implement quirk process)