code/__DEFINES/mindflayer_defines.dm
FLAYER_INNATE_POWER | Denotes that this power is free and should be given to all mindflayers by default. |
---|---|
FLAYER_PURCHASABLE_POWER | Denotes that this power can only be obtained by purchasing it. |
FLAYER_UNOBTAINABLE_POWER | Denotes that this power can not be obtained normally. Primarily used for base types such as /datum/spell/flayer/weapon. |
BRAIN_DRAIN_LIMIT | How many swarms can you drain per person? |
DRAIN_TIME | The time per harvesting tick |
DRAIN_BUT_NO_SWARMS | If we want to keep draining someone but we don't have any swarms to gain |
Define Details
BRAIN_DRAIN_LIMIT
How many swarms can you drain per person?
DRAIN_BUT_NO_SWARMS
If we want to keep draining someone but we don't have any swarms to gain
DRAIN_TIME
The time per harvesting tick
FLAYER_INNATE_POWER
Denotes that this power is free and should be given to all mindflayers by default.
FLAYER_PURCHASABLE_POWER
Denotes that this power can only be obtained by purchasing it.
FLAYER_UNOBTAINABLE_POWER
Denotes that this power can not be obtained normally. Primarily used for base types such as /datum/spell/flayer/weapon.