Confirm split with space; fix armor tooltip; remember repairer

This commit is contained in:
Tyfon
2024-06-02 14:50:54 -07:00
parent e562563cc2
commit cd5527827a
7 changed files with 155 additions and 37 deletions

View File

@@ -13,9 +13,9 @@ namespace UIFixes
R.Init();
new ConfirmationDialogKeysPatch().Enable();
ConfirmDialogKeysPatches.Enable();
new FixMailRecieveAllPatch().Enable();
new FixTooltipPatch().Enable();
FixTooltipPatches.Enable();
new FixWeaponBindsDisplayPatch().Enable();
FocusFleaOfferNumberPatches.Enable();
HideoutSearchPatches.Enable();
@@ -42,6 +42,7 @@ namespace UIFixes
AddOfferRememberAutoselectPatches.Enable();
KeepMessagesOpenPatches.Enable();
new FocusTradeQuantityPatch().Enable();
new RememberRepairerPatch().Enable();
}
public static bool InRaid()