I have been using Natfoth Passive Item and I am trying to make it so it applies to talisman.
public override void OnDamage(int amount, Mobile from, bool willKill)
{
if ( FindItemOnLayer( Layer.Talisman ) is BasePassiveItem passiveItem )
passiveItem.OnDamageGiven(this, amount, from...