191192193194195196197198199200201
manaTotal -= manaForEach; continue; } ISparkAttachable attached = spark.getAttachedTile(); attached.recieveMana(manaForEach); particlesTowards((Entity) spark); } tile.recieveMana(-manaTotal); }