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' }