From cfbb722a8bea9e9f9758f8db09cad6438d0685fd Mon Sep 17 00:00:00 2001 From: Tayken <77058868+Kiriawen@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:41:00 -0600 Subject: [PATCH] [script] [theurgy] add fang cove override town as above, so below --- theurgy.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theurgy.lic b/theurgy.lic index 62a825e47d..6f284d268e 100644 --- a/theurgy.lic +++ b/theurgy.lic @@ -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']