void Update() { if (magnet && touching && PlayerAbilities.magnet) { StandardFireFunctions.MagnetTowardsPlayer(block, magnetStrength); } }