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. |
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_HUMAN_ONLY
This quirk can only be applied to humans
QUIRK_PROCESSES
This quirk processes on SSquirks (and should implement quirk process)