File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/TrackerCouncil.Smz3.Data/Services Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -501,9 +501,13 @@ public void UpdateSummaryText()
501501 sb . AppendLine ( $ " - Player Name: { details . Players . First ( x => x . IsLocalPlayer ) . PlayerName } ") ;
502502 sb . AppendLine ( $ " - Player Count: { playerCount } ") ;
503503
504- sb . AppendLine ( $ " - GT Crystal Count: { details . GanonsTowerCrystalCount } ") ;
505- sb . AppendLine ( $ " - Ganon Crystal Count: { details . GanonCrystalCount } ") ;
506- sb . AppendLine ( $ " - Tourian Boss Count: { details . TourianBossCount } ") ;
504+ if ( details . RomGenerator == RomGenerator . Mainline )
505+ {
506+ sb . AppendLine ( $ " - GT Crystal Count: { details . GanonsTowerCrystalCount } ") ;
507+ sb . AppendLine ( $ " - Ganon Crystal Count: { details . GanonCrystalCount } ") ;
508+ sb . AppendLine ( $ " - Tourian Boss Count: { details . TourianBossCount } ") ;
509+ sb . AppendLine ( $ " - Open Pyramid: { details . OpenPyarmid } ") ;
510+ }
507511
508512 sb . AppendLine ( $ " - IsMultiworld: { ynResponses [ details . IsMultiworld ] } ") ;
509513 sb . AppendLine ( $ " - IsHardLogic: { ynResponses [ details . IsHardLogic ] } ") ;
You can’t perform that action at this time.
0 commit comments