mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-14 12:29:15 +00:00
BUG: Fix InventoryCraft()
failing to apply certain item properties for non-extended items
This commit is contained in:
parent
60ebf457f4
commit
b19d0746c4
1 changed files with 2 additions and 0 deletions
|
@ -715,6 +715,8 @@ function InventoryCraft(Source, Target, GroupName, Craft, Refresh, PreConfigureI
|
|||
Target, Item, Craft.TypeRecord,
|
||||
{ push: false, refresh: false, C_Source: Source, properties: Craft.ItemProperty },
|
||||
);
|
||||
} else {
|
||||
Object.assign(Item.Property, Craft.ItemProperty ?? {});
|
||||
}
|
||||
|
||||
// Applies a lock to the item
|
||||
|
|
Loading…
Add table
Reference in a new issue