Skip to content

Commit

Permalink
Unlock Fix to work when you pickup the Bioplasma core.
Browse files Browse the repository at this point in the history
Scanning the warper does not work to unlock this but this would let people make the betteries when they get the cores.
  • Loading branch information
MrPurple6411 committed Oct 3, 2020
1 parent 31a7eaa commit 54bd896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BiochemicalBatteries/Items/BiochemicalPack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal class BiochemicalPack : IModPluginPack
// The capacity of your battery - power cells are always double this
public int BatteryCapacity { get; } = 2500;
// How to unlock your batteries
public TechType UnlocksWith { get; } = TechType.Warper;
public TechType UnlocksWith { get; } = BioPlasmaItems.BioPlasmaID;
// The techtype for the battery
public string BatteryID { get; } = "BiochemBattery";
// The user-facing name for the battery
Expand Down

0 comments on commit 54bd896

Please sign in to comment.