inventory snapshot addition
This commit is contained in:
parent
db3069660e
commit
53641fc8e7
7 changed files with 18 additions and 3 deletions
|
|
@ -607,7 +607,7 @@ public abstract class MappingExecutor : GameExecutor
|
|||
|
||||
for (var pass = 0; pass < 3; pass++)
|
||||
{
|
||||
var scanResult = await _screen.Grid.Scan("inventory");
|
||||
var scanResult = await _inventory.SnapshotInventory();
|
||||
if (scanResult.Items.Count == 0)
|
||||
{
|
||||
if (pass > 0) Log.Information("Inventory clear after {Pass} passes", pass);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue