Skip to content

Commit

Permalink
check scans
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattlesquat committed Jan 16, 2021
1 parent cbc47eb commit 7421ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DeathRun/DeathRun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,8 @@ public static void Patch()
CattleLogger.Message("Scans Required");
if (Config.DEATHRUN.Equals(DeathRun.config.scansRequired))
{
CattleLogger.Message("Scans Required: DeathRun");

PDAHandler.EditFragmentsToScan(TechType.Seaglide, 4);
PDAHandler.EditFragmentsToScan(TechType.Seamoth, 12);
PDAHandler.EditFragmentsToScan(TechType.Exosuit, 7);
Expand All @@ -678,6 +680,8 @@ public static void Patch()
}
else if (Config.HARD.Equals(DeathRun.config.scansRequired))
{
CattleLogger.Message("Scans Required: Hard");

PDAHandler.EditFragmentsToScan(TechType.Seaglide, 3);
PDAHandler.EditFragmentsToScan(TechType.Seamoth, 8);
PDAHandler.EditFragmentsToScan(TechType.Exosuit, 6);
Expand Down

0 comments on commit 7421ea6

Please sign in to comment.