code/__DEFINES/vv.dm

VV_HK_SPELL_SET_ROBELESS | Require casting_clothes to cast spell. |
---|---|
VV_HK_SPELL_SET_CULT | Require cult armor to cast spell. |
VV_HK_SPELL_SET_HUMANONLY | Require the mob to be ishuman() to cast spell. |
VV_HK_SPELL_SET_NONABSTRACT | Require mob to not be a brain or pAI to cast spell. |
VV_HK_SPELL_UNSET_ROBELESS | Spell can now be cast without casting_clothes. |
VV_HK_SPELL_UNSET_CULT | Spell can now be cast without cult armour. |
VV_HK_SPELL_UNSET_HUMANONLY | Any /mob can cast this spell. |
VV_HK_SPELL_UNSET_NONABSTRACT | Abstract mobs such as brains or pAIs can cast this spell. |
Define Details
VV_HK_SPELL_SET_CULT
Require cult armor to cast spell.
VV_HK_SPELL_SET_HUMANONLY
Require the mob to be ishuman() to cast spell.
VV_HK_SPELL_SET_NONABSTRACT
Require mob to not be a brain or pAI to cast spell.
VV_HK_SPELL_SET_ROBELESS
Require casting_clothes to cast spell.
VV_HK_SPELL_UNSET_CULT
Spell can now be cast without cult armour.
VV_HK_SPELL_UNSET_HUMANONLY
Any /mob can cast this spell.
VV_HK_SPELL_UNSET_NONABSTRACT
Abstract mobs such as brains or pAIs can cast this spell.
VV_HK_SPELL_UNSET_ROBELESS
Spell can now be cast without casting_clothes.