local triggerer

addHook("LinedefExecute", function(line, mo)
	if not mo return end
	triggerer = mo.player
	P_KillMobj(mo)
	mo.colorized = true
	mo.color = SKINCOLOR_MAGENTA
	P_FlashPal(mo.player, 4, 15)
	print(mo.player.name.." encountered their worse flashback.")
end, "TRIPKILL")

addHook("LinedefExecute", function(line, mo)
	if not mo return end
	triggerer = mo.player
	P_KillMobj(mo)
	P_FlashPal(mo.player, 4, 15)
	print(mo.player.name.." heard last words from Shadow //Aka UltimateLifeForm.png//")
end, "SHADKILL")