feldoh / PawnStorages

Homebound - An experimental mod offering a variety of ways to tuck pawns away when they're not needed in order to preserve system resources
https://steamcommunity.com/sharedfiles/filedetails/?id=2674603226
MIT License
0 stars 3 forks source link

Stacking Filled Disks #4

Closed feldoh closed 9 months ago

feldoh commented 11 months ago

When a filled disk is merged into a stack of empties, the pawn is lost because the comps don't merge sensibly.

Should test with Orgestack as Slyuxx mentions:

To avoid this in the future use Ogre Stack's overrides.xml and add these two lines to the xml:

<item defName="PS_PawnDisc" stackLimit="1" />
<item defName="PS_PawnCrystal" stackLimit="1" />

You can set Ogre stacks other setting to be vanilla if you prefer no increase or decrease in stack sizes from the mod.

feldoh commented 11 months ago

Tested with ogre x10, no issues