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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user