Scriptname _00E_MQ17_BlackStoneSC extends ObjectReference  

Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked)

	If MQ17.GetCurrentStageID() >= 105 && MQ17.bHasChosenEndingKatharsis && !bDone && akAggressor == Game.GetPlayer()
		bDone = True
		MQ17.DestroyBlackStone(Self.GetLinkedRef())
	EndIf

EndEvent

bool bDone
_00E_MQ17_Functions Property MQ17 Auto