Skip to content

Commit

Permalink
Make sure that the eggs are hard locked.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Oct 26, 2023
1 parent 670a41d commit dc39d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nautilus/Assets/PrefabTemplates/EggTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public EggTemplate SetUndiscoveredTechType()
#endif

// eggs with undiscovered tech types shouldn't be unlocked by default at all, even on creative.
KnownTechPatcher.UnlockedAtStart.Remove(info.TechType);
KnownTechHandler.SetHardLocked(info.TechType);

Check failure on line 201 in Nautilus/Assets/PrefabTemplates/EggTemplate.cs

View workflow job for this annotation

GitHub Actions / SN1

'KnownTechHandler' does not contain a definition for 'SetHardLocked'

Check failure on line 201 in Nautilus/Assets/PrefabTemplates/EggTemplate.cs

View workflow job for this annotation

GitHub Actions / SN1

'KnownTechHandler' does not contain a definition for 'SetHardLocked'

Check failure on line 201 in Nautilus/Assets/PrefabTemplates/EggTemplate.cs

View workflow job for this annotation

GitHub Actions / BZ

'KnownTechHandler' does not contain a definition for 'SetHardLocked'

Check failure on line 201 in Nautilus/Assets/PrefabTemplates/EggTemplate.cs

View workflow job for this annotation

GitHub Actions / BZ

'KnownTechHandler' does not contain a definition for 'SetHardLocked'

return this;
}
Expand Down

0 comments on commit dc39d1c

Please sign in to comment.