Skip to content

Commit

Permalink
[script] [theurgy] add fang cove override town
Browse files Browse the repository at this point in the history
as above, so below
  • Loading branch information
Kiriawen authored Dec 20, 2024
1 parent 4428991 commit cfbb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theurgy.lic
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_require.call(%w[common common-arcana common-crafting common-items common-
class TheurgyActions
def initialize(settings)
@settings = settings
@hometown = @settings.hometown
@hometown = @settings.fang_cove_override_town || @settings.hometown
all_theurgy_data = get_data('theurgy')
@data = all_theurgy_data[@hometown]
@immortal_to_aspect = all_theurgy_data['immortal_to_aspect']
Expand Down

0 comments on commit cfbb722

Please sign in to comment.