Changing repairers sets max repair amount; clean up GClass references

This commit is contained in:
Tyfon
2024-06-03 14:09:10 -07:00
parent 091586356c
commit 61a2494849
4 changed files with 104 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ namespace UIFixes
AddOfferRememberAutoselectPatches.Enable();
KeepMessagesOpenPatches.Enable();
new FocusTradeQuantityPatch().Enable();
new RememberRepairerPatch().Enable();
RememberRepairerPatches.Enable();
new GridWindowButtonsPatch().Enable();
}