"Störe Astrale Integrität ohne Stufenwirkung"
- made spell work with level
This commit is contained in:
Enno Rehling 2008-05-16 23:48:50 +00:00
parent 55f6b43fbc
commit 2b913dc9e1
1 changed files with 4 additions and 8 deletions

View File

@ -8545,11 +8545,8 @@ static spelldata spelldaten[] =
(spell_f)sp_summon_familiar, NULL
},
{
SPL_MOVECASTLE, "living_rock", NULL, "direction",
"bc",
M_ASTRAL,
(SPELLLEVEL | BUILDINGSPELL | TESTRESISTANCE),
5, 13,
SPL_MOVECASTLE, "living_rock", NULL, "direction", "bc",
M_ASTRAL, (SPELLLEVEL | BUILDINGSPELL | TESTRESISTANCE), 5, 13,
{
{ "aura", 10, SPC_LEVEL },
{ "permaura", 1, SPC_FIX },
@ -8560,9 +8557,8 @@ static spelldata spelldaten[] =
(spell_f)sp_movecastle, NULL
},
{
SPL_DISRUPTASTRAL, "astral_disruption",
NULL, NULL, NULL,
M_ASTRAL, (REGIONSPELL), 4, 14,
SPL_DISRUPTASTRAL, "astral_disruption", NULL, NULL, NULL,
M_ASTRAL, (REGIONSPELL | SPELLLEVEL), 4, 14,
{
{ "aura", 140, SPC_FIX },
{ 0, 0, 0 },