File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11Name : HalvingMetallurgy
2- Version : 4.1.1
2+ Version : 4.1.2
33Icon : hm_icon
44Desc : Introduces the concept of half promotion, and adds the associated atoms and glyphs.
55DLL : " HalvingMetallurgy.dll"
You can’t perform that action at this time.
0 commit comments