code/__DEFINES/antagonists.dm 
COME_BACK_FROM_CAPTURE_TIME | How long till a spessman should come back after being captured and sent to the holding facility (which some antags use) |
---|---|
LING_FAKEDEATH_TIME | Time before changeling can revive himself. |
LING_DEAD_GENETIC_DAMAGE_HEAL_CAP | The lowest value of genetic_damage /datum/antagonist/changeling/process() can take it to while dead. |
LING_ABSORB_RECENT_SPEECH | The amount of recent spoken lines to gain on absorbing a mob |
CHANGELING_INNATE_POWER | Denotes that this power is free and should be given to all changelings by default. |
CHANGELING_PURCHASABLE_POWER | Denotes that this power can only be obtained by purchasing it. |
CHANGELING_UNOBTAINABLE_POWER | Denotes that this power can not be obtained normally. Primarily used for base types such as /datum/action/changeling/weapon. |
Define Details
CHANGELING_INNATE_POWER 
Denotes that this power is free and should be given to all changelings by default.
CHANGELING_PURCHASABLE_POWER 
Denotes that this power can only be obtained by purchasing it.
CHANGELING_UNOBTAINABLE_POWER 
Denotes that this power can not be obtained normally. Primarily used for base types such as /datum/action/changeling/weapon.
COME_BACK_FROM_CAPTURE_TIME 
How long till a spessman should come back after being captured and sent to the holding facility (which some antags use)
LING_ABSORB_RECENT_SPEECH 
The amount of recent spoken lines to gain on absorbing a mob
LING_DEAD_GENETIC_DAMAGE_HEAL_CAP 
The lowest value of genetic_damage /datum/antagonist/changeling/process() can take it to while dead.
LING_FAKEDEATH_TIME 
Time before changeling can revive himself.