1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Upd: re-work custom (equip skin box) checking to same methodology as other funcs

This commit is contained in:
nEEtdo0d
2021-12-24 11:43:04 -05:00
parent 33b923277a
commit 8b43da9dbb
3 changed files with 29 additions and 12 deletions

View File

@@ -159,7 +159,7 @@ class GuildShop(ShopBase):
item: Item to check
Returns:
None: implicating failed to execute
bool: implicating failed to execute
"""
# Base Case - Must have 'secondary_grid' attr and must not be None
if not hasattr(item, 'secondary_grid') or item.secondary_grid is None: