Skip to content

Commit

Permalink
Merge pull request #7006 from MahtraDR/train_fc_override_town
Browse files Browse the repository at this point in the history
[scripts][train] Allow for fang_cove_override_town
  • Loading branch information
MahtraDR authored Dec 10, 2024
2 parents 07b664d + 5f9c1c1 commit ee901e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion train.lic
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ class CrossingTrain

def setup
@settings = get_settings
hometown_data = get_data('town')[@settings.hometown]
hometown = @settings.fang_cove_override_town || @settings.hometown
hometown_data = get_data('town')[hometown]

current_stats = {
'strength' => DRStats.strength,
Expand Down

0 comments on commit ee901e6

Please sign in to comment.