From ba0bf92841adc3f90dde211c5e476ca900aa3f91 Mon Sep 17 00:00:00 2001 From: snap01 <43982555+snap01@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:45:55 +0000 Subject: [PATCH] Add Cthulhu by Gaslight - Pulp era --- lang/en.json | 1 + module/config.js | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/en.json b/lang/en.json index e5341e61..4216069d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -370,6 +370,7 @@ "CoC7.EraDownDarkerTrails": "Down Darker Trails - Standard", "CoC7.EraDownDarkerTrailsPulp": "Down Darker Trails - Pulp", "CoC7.EraGasLight": "Cthulhu by Gaslight", + "CoC7.EraGasLightPulp": "Cthulhu by Gaslight - Pulp", "CoC7.Era1920": "1920s - Standard", "CoC7.EraPulp": "Pulp Cthulhu", "CoC7.EraModern": "Modern - Standard", diff --git a/module/config.js b/module/config.js index ab44a28d..ceb7ac26 100644 --- a/module/config.js +++ b/module/config.js @@ -21,6 +21,7 @@ COC7.eras = { regencyPulp: 'CoC7.EraRegencyPulp', reignOfTerror: 'CoC7.EraReignOfTerror', gasLight: 'CoC7.EraGasLight', + gasLightPulp: 'CoC7.EraGasLightPulp', invictus: 'CoC7.EraInvictus' }