mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
a bit
fix some bug with remvoing items, add experimental stat saving for gadgets, fix shadow stones scuffy
This commit is contained in:
@@ -24,7 +24,7 @@ namespace EFortPickupSourceTypeFlag
|
||||
return ContainerValue;
|
||||
}
|
||||
|
||||
static inline int64 GetFloorLootValue()
|
||||
static inline int64 GetFloorLootValue()
|
||||
{
|
||||
static auto FloorLootValue = GetEnum() ? GetEnum()->GetValue("FloorLoot") : -1;
|
||||
return FloorLootValue;
|
||||
@@ -82,7 +82,7 @@ struct PickupCreateData
|
||||
{
|
||||
if (bShouldFreeItemEntryWhenDeconstructed)
|
||||
{
|
||||
|
||||
// real
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user