Make material arbitrage test ignore price of contained entities (#27182)
Material arbitrage test now ignores price of contained entities
This commit is contained in:
@@ -359,7 +359,7 @@ public sealed class MaterialArbitrageTest
|
||||
{
|
||||
var ent = entManager.SpawnEntity(id, testMap.GridCoords);
|
||||
stackSys.SetCount(ent, 1);
|
||||
priceCache[id] = price = pricing.GetPrice(ent);
|
||||
priceCache[id] = price = pricing.GetPrice(ent, false);
|
||||
entManager.DeleteEntity(ent);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user