Daedalus Dock - Modules - TypesDefine Details

code/__DEFINES/quirks.dm

QUIRK_HUMAN_ONLYThis quirk can only be applied to humans
QUIRK_PROCESSESThis quirk processes on SSquirks (and should implement quirk process)
QUIRK_CHANGES_APPEARANCEThis 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)