/typeinfo/datum/mutantrace
Vars | |
clothing_icon_states | list of the icon states for each icon file, put here because for some ungodly reason icon_states() can take 200ms randomly |
---|---|
clothing_icons | icon definitions for mutantrace clothing variants. one icon file per slot. |
icon | This is used for static icons if the mutant isn't built from pieces For chunked mutantraces this must still point to a valid full-body image to generate a staticky sprite for ghostdrones. |
icon_states | The icon states of the above icon, cached because byond is bad |
Var Details
clothing_icon_states
list of the icon states for each icon file, put here because for some ungodly reason icon_states()
can take 200ms randomly
clothing_icons
icon definitions for mutantrace clothing variants. one icon file per slot.
icon
This is used for static icons if the mutant isn't built from pieces For chunked mutantraces this must still point to a valid full-body image to generate a staticky sprite for ghostdrones.
icon_states
The icon states of the above icon, cached because byond is bad