From 7fa19c0733c09d8d001550e9d4aa36bd8b7fa941 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 7 Dec 2022 23:22:28 +0100 Subject: [PATCH] add comment about old Orthrus value --- EDPlayerJournal/Thargoid.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EDPlayerJournal/Thargoid.cs b/EDPlayerJournal/Thargoid.cs index 6e2e9e4..35a60df 100644 --- a/EDPlayerJournal/Thargoid.cs +++ b/EDPlayerJournal/Thargoid.cs @@ -20,6 +20,7 @@ public class Thargoid { // In Update 14.1 the payout for Orthrus has been rebalanced. { 30000000, ThargoidVessel.Orthrus }, { 40000000, ThargoidVessel.Medusa }, + // This used to be the old payout value for Orthrus { 50000000, ThargoidVessel.Orthrus }, { 60000000, ThargoidVessel.Hydra }, };