Skip to content

Commit

Permalink
Merge pull request #7031 from Kiriawen/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Dec 20, 2024
2 parents 4428991 + cfbb722 commit aacb60b
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 aacb60b

Please sign in to comment.