v2.5.3: increased the power of wraiths spawned by spectral necros
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ public class SpectralNecromancer extends Necromancer {
|
|||||||
spend(TICK);
|
spend(TICK);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
wraith.adjustStats(0);
|
wraith.adjustStats(4);
|
||||||
Dungeon.level.occupyCell( wraith );
|
Dungeon.level.occupyCell( wraith );
|
||||||
((SpectralNecromancerSprite)sprite).finishSummoning();
|
((SpectralNecromancerSprite)sprite).finishSummoning();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user