mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: [EN] Zone name Gibraltar
This commit is contained in:
@@ -55,6 +55,8 @@ class OSMapOperation(MapOrderHandler, MissionHandler, PortHandler, StorageHandle
|
||||
name = name.replace('é', 'e')
|
||||
if 'nvcity' in name: # NY City Port read as 'V' rather than 'Y'
|
||||
name = 'nycity'
|
||||
if 'cibraltar' in name:
|
||||
name = 'gibraltar'
|
||||
# `-` is missing
|
||||
name = name.replace('safe', '')
|
||||
name = name.replace('zone', '')
|
||||
|
||||
Reference in New Issue
Block a user