@@ -1368,9 +1368,9 @@ def get_locations(world: Optional[World]) -> Tuple[LocationData, ...]:
1368
1368
lambda state : logic .templars_charge_requirement (state )),
1369
1369
LocationData ("Templar's Charge" , "Templar's Charge: Southeast Power Core" , SC2LOTV_LOC_ID_OFFSET + 1903 , LocationType .EXTRA ,
1370
1370
lambda state : logic .templars_charge_requirement (state )),
1371
- LocationData ("Templar's Charge" , "Templar's Charge: West Hybrid Statis Chamber" , SC2LOTV_LOC_ID_OFFSET + 1904 , LocationType .VANILLA ,
1371
+ LocationData ("Templar's Charge" , "Templar's Charge: West Hybrid Stasis Chamber" , SC2LOTV_LOC_ID_OFFSET + 1904 , LocationType .VANILLA ,
1372
1372
lambda state : logic .templars_charge_requirement (state )),
1373
- LocationData ("Templar's Charge" , "Templar's Charge: Southeast Hybrid Statis Chamber" , SC2LOTV_LOC_ID_OFFSET + 1905 , LocationType .VANILLA ,
1373
+ LocationData ("Templar's Charge" , "Templar's Charge: Southeast Hybrid Stasis Chamber" , SC2LOTV_LOC_ID_OFFSET + 1905 , LocationType .VANILLA ,
1374
1374
lambda state : logic .protoss_fleet (state )),
1375
1375
LocationData ("Templar's Return" , "Templar's Return: Victory" , SC2LOTV_LOC_ID_OFFSET + 2000 , LocationType .VICTORY ,
1376
1376
lambda state : logic .templars_return_requirement (state )),
0 commit comments