Incorrect handling of adding/removing ship decorations #2277
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
using
/Lotus/Types/Items/ShipDecos/Hollvania/LASxDiningTableA
(Dining Table) as an example, if you have some in your ShipDecorations inventory, and place one down, it will be added to ShipDecorations as this:this seems like the wrong item type as its listed in my ShipDecorations as
/Lotus/Types/Items/ShipDecos/Hollvania/LASxDiningTableA
, currently the ship deco count never goes down cuz of this, adding it back to your inventory / removing it from the ship will actually remove the (incorrect?) entry like the one above, visually when you first place it, it will seem like the value goes down in the ui, but reloading the area makes it go back to the initial valuecurrent result after placing this item is this (I start with 50):
when it should be this:
you'll also get spammed with warnings about inventory.ShipDecorations having a negative amount for types when placing decos cuz of this