1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 04:53:34 +08:00

Upd: [TW] Convert name to zone in OpSi (#762)

This commit is contained in:
LmeSzinc
2021-11-20 23:55:41 +08:00
parent fde1962237
commit b171b329f5
3 changed files with 15 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ class OperationSiren(Reward, OSMap):
Goto another zone in OS.
Args:
zone (str, int, Zone): Name in CN/EN/JP, zone id, or Zone instance.
zone (str, int, Zone): Name in CN/EN/JP/TW, zone id, or Zone instance.
types (tuple[str], list[str], str): Zone types, or a list of them.
Available types: DANGEROUS, SAFE, OBSCURE, LOGGER, STRONGHOLD.
Try the the first selection in type list, if not available, try the next one.