mind_transfer ![code/modules/spells/spell_types/pointed/mind_transfer.dm 1](git.png)
Vars | |
blacklisted_mobs | List of mobs we cannot mindswap into. |
---|---|
target_requires_key | If TRUE, we cannot mindswap into mobs with minds if they do not currently have a key / player. |
target_requires_mind | If TRUE, we cannot mindswap into people without a mind. You may be wondering "What's the point of mindswap if the target has no mind"? Primarily for debugging - targets hit with this set to FALSE will init a mind, then do the swap. |
unconscious_amount_caster | For how long is the caster stunned for after the spell |
unconscious_amount_victim | For how long is the victim stunned for after the spell |
Var Details
blacklisted_mobs ![code/modules/spells/spell_types/pointed/mind_transfer.dm 33](git.png)
List of mobs we cannot mindswap into.
target_requires_key ![code/modules/spells/spell_types/pointed/mind_transfer.dm 23](git.png)
If TRUE, we cannot mindswap into mobs with minds if they do not currently have a key / player.
target_requires_mind ![code/modules/spells/spell_types/pointed/mind_transfer.dm 27](git.png)
If TRUE, we cannot mindswap into people without a mind. You may be wondering "What's the point of mindswap if the target has no mind"? Primarily for debugging - targets hit with this set to FALSE will init a mind, then do the swap.
unconscious_amount_caster ![code/modules/spells/spell_types/pointed/mind_transfer.dm 29](git.png)
For how long is the caster stunned for after the spell
unconscious_amount_victim ![code/modules/spells/spell_types/pointed/mind_transfer.dm 31](git.png)
For how long is the victim stunned for after the spell