From 7925ad3444b8e12ff2a505d6c6cd5bb061962cc6 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Wed, 10 Apr 2019 19:38:03 +0100 Subject: [PATCH] Renamed worn paths to scorched earth --- config/{worn_paths.lua => scorched_earth.lua} | 0 modules/addons/{worn-paths.lua => scorched-earth.lua} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/{worn_paths.lua => scorched_earth.lua} (100%) rename modules/addons/{worn-paths.lua => scorched-earth.lua} (99%) diff --git a/config/worn_paths.lua b/config/scorched_earth.lua similarity index 100% rename from config/worn_paths.lua rename to config/scorched_earth.lua diff --git a/modules/addons/worn-paths.lua b/modules/addons/scorched-earth.lua similarity index 99% rename from modules/addons/worn-paths.lua rename to modules/addons/scorched-earth.lua index 2d301a3d..15660669 100644 --- a/modules/addons/worn-paths.lua +++ b/modules/addons/scorched-earth.lua @@ -2,7 +2,7 @@ local Event = require 'utils.event' local Game = require 'utils.game' local Global = require 'utils.global' local print_grid_value, clear_flying_text = ext_require('expcore.common','print_grid_value','clear_flying_text') -local config = require 'config.worn_paths' +local config = require 'config.scorched_earth' -- Loops over the config and finds the wile which has the highest value for strength local max_strength = 0