Skip to content

Commit 6f4b65b

Browse files
committed
Fixed osmosis not checking soria's wheel correctly
1 parent 757df54 commit 6f4b65b

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

API.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ public static class API
1010
public static Dictionary<AtomType, Pair<AtomType, AtomType>> ShearingDictionary = new();
1111
public static Dictionary<AtomType, AtomType> OsmosisDictionary = new();
1212

13-
/*
14-
// Make this a Brimstone feature?
15-
public static Dictionary<AtomType, AtomType> ConvertBeforeConsumption = new();
16-
public static Dictionary<AtomType, AtomType> ConvertAfterHalfstep = new();
17-
*/
18-
1913
public static bool AddMetalToMetallicityDictionary(AtomType metal, int doubledMetallicity)
2014
{
2115
if (metalToDoubledMetallicity.ContainsKey(metal))

Glyphs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ public static void AddPartTypes()
11841184

11851185
bool dilutionSpecial = false;
11861186
AtomType output = null;
1187-
if (quickcopperIsSoria && metal.field_2280 == Atoms.Quickcopper)
1187+
if (quickcopperIsSoria && quickcopper.field_2280 == Atoms.Quickcopper && metal.field_2280 == Atoms.Quickcopper)
11881188
{
11891189
output = Atoms.Quicklime;
11901190
}

quintessential.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: HalvingMetallurgy
2-
Version: 4.1.1
2+
Version: 4.1.2
33
Icon: hm_icon
44
Desc: Introduces the concept of half promotion, and adds the associated atoms and glyphs.
55
DLL: "HalvingMetallurgy.dll"

0 commit comments

Comments
 (0)