spell

Vars | |
school | checked by some holy sects to punish the caster for casting things that do not align with their sect's alignment - see magic.dm in defines to learn more |
---|---|
Procs | |
can_target | can_target: Checks if we are allowed to cast the spell on a target. |
Var Details
school

checked by some holy sects to punish the caster for casting things that do not align with their sect's alignment - see magic.dm in defines to learn more
Proc Details
can_target
can_target: Checks if we are allowed to cast the spell on a target.
Arguments:
- target The atom that is being targeted by the spell.
- user The mob using the spell.
- silent If the checks should not give any feedback messages.