File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414namespace CheatMenu
1515{
1616 //This is the metadata set for your plugin.
17- [ BepInPlugin ( "CheatMenu" , "CheatMenu" , "1.0 " ) ]
17+ [ BepInPlugin ( "CheatMenu" , "CheatMenu" , "1.1 " ) ]
1818 public class CheatMenu : BaseUnityPlugin
1919 {
2020 //static saving of the main instance. This makes it easier to run stuff like co-routines from static methods or accessing non-static vars.
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ private static void GuiWindowControls(int id)
187187 */
188188
189189 GUILayout . BeginVertical ( Sections ) ;
190+ maid . status . likability = UiToolbox . NumberField ( maid . status . likability , "Favor" , 0 , int . MaxValue ) ;
190191 maid . status . baseMaxHp = UiToolbox . NumberField ( maid . status . baseMaxHp , "Energy" , 0 , int . MaxValue ) ;
191192 maid . status . baseMaxMind = UiToolbox . NumberField ( maid . status . baseMaxMind , "Mind" , 0 , int . MaxValue ) ;
192193 maid . status . baseMaxReason = UiToolbox . NumberField ( maid . status . baseMaxReason , "Reason" , 0 , int . MaxValue ) ;
You can’t perform that action at this time.
0 commit comments