From c7be0ef3f5c87ac7bd83c8b7dd72d90a4e9c6047 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 25 May 2023 18:09:50 +0200 Subject: [PATCH] thargoid bonds are not a system contribution --- EDPlayerJournal/BGS/Vouchers.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/EDPlayerJournal/BGS/Vouchers.cs b/EDPlayerJournal/BGS/Vouchers.cs index bc76c13..283ce57 100644 --- a/EDPlayerJournal/BGS/Vouchers.cs +++ b/EDPlayerJournal/BGS/Vouchers.cs @@ -13,16 +13,6 @@ public class Vouchers : Transaction { Entries.Add(e); } - public override bool SystemContribution { - get { - if (Faction == Factions.PilotsFederation && Type == "Combat Bond") { - return true; - } - - return false; - } - } - public long TotalSum { get { if (Faction == null) {