Finished PRC8 integration
Finished PRC8 integration. Moved creature abilities to top hak. Setup tooling. Created release archive
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Wild magic spell-script:
|
||||
// all spells are
|
||||
// jw_nun_wild
|
||||
|
||||
#include "x2_inc_switches"
|
||||
#include "prc_inc_spells"
|
||||
|
||||
// Checks whether to run wild magic or not. Returns TRUE if wildmagic does fire
|
||||
// Else returns FALSE
|
||||
@@ -20,8 +20,8 @@ int jw_check_wildmagic()
|
||||
//SpeakString("You are not in a wild magic area");
|
||||
return FALSE;
|
||||
}
|
||||
int nSpell = GetSpellId();
|
||||
object oItem = GetSpellCastItem();
|
||||
int nSpell = PRCGetSpellId();
|
||||
object oItem = PRCGetSpellCastItem();
|
||||
if(GetBaseItemType(oItem) == BASE_ITEM_POTIONS)
|
||||
return FALSE;
|
||||
if(nSpell == SPELL_RESURRECTION || nSpell == SPELL_RAISE_DEAD)
|
||||
|
||||
Reference in New Issue
Block a user