unpack all; lateupdate taskserializer; create inner context as necessary

This commit is contained in:
Tyfon
2024-07-01 13:54:44 -07:00
parent 3258371a47
commit 214062b1f2
4 changed files with 46 additions and 5 deletions

View File

@@ -314,6 +314,9 @@ namespace UIFixes
case EItemInfoButton.UnloadAmmo:
MultiSelect.UnloadAmmoAll(___itemUiContext_1, false);
return false;
case EItemInfoButton.Unpack:
MultiSelect.UnpackAll(___itemUiContext_1, false);
return false;
default:
return true;
}