From 9d269458e5bd2db05408bf82b8cdd319907086e7 Mon Sep 17 00:00:00 2001 From: KorGgenT Date: Tue, 17 Dec 2019 11:31:10 -0500 Subject: [PATCH] fix external_option errors --- build-scripts/mod_test_blacklist | 7 ------- data/mods/ManualBionicInstall/game_balance.json | 1 - data/mods/No_NPC_Food/modinfo.json | 1 - data/mods/Safe_autodoc/game_balance.json | 1 - data/mods/Sleep_Deprivation/game_balance.json | 1 - data/mods/novitamins/modinfo.json | 1 - data/mods/speedydex/modinfo.json | 2 -- data/mods/stats_through_kills/modinfo.json | 1 - 8 files changed, 15 deletions(-) diff --git a/build-scripts/mod_test_blacklist b/build-scripts/mod_test_blacklist index 4286dca554c83..a26fc43f8351e 100644 --- a/build-scripts/mod_test_blacklist +++ b/build-scripts/mod_test_blacklist @@ -17,8 +17,6 @@ Graphical_Overmap growable-pots Heavy miners hydroponics -magiclysm -manualbionicinstall mapgen_demo Medieval_Stuff MMA @@ -37,15 +35,10 @@ no_medieval_items no_npc_food No_Rail_Stations No_Triffids -novitamins realguns -safeautodoc Salvaged_Robots sees_player_hitbutton sees_player_retro -sleepdeprivation -speedydex -stats_through_kills Tanks Tolerate_This Urban_Development diff --git a/data/mods/ManualBionicInstall/game_balance.json b/data/mods/ManualBionicInstall/game_balance.json index d68022b04c293..5c9953ab44adc 100644 --- a/data/mods/ManualBionicInstall/game_balance.json +++ b/data/mods/ManualBionicInstall/game_balance.json @@ -2,7 +2,6 @@ { "type": "EXTERNAL_OPTION", "name": "MANUAL_BIONIC_INSTALLATION", - "info": "Permits manual self-installation of bionics.", "stype": "bool", "value": true } diff --git a/data/mods/No_NPC_Food/modinfo.json b/data/mods/No_NPC_Food/modinfo.json index 885dd696769cd..2d195ff3ff312 100644 --- a/data/mods/No_NPC_Food/modinfo.json +++ b/data/mods/No_NPC_Food/modinfo.json @@ -12,7 +12,6 @@ { "type": "EXTERNAL_OPTION", "name": "NO_NPC_FOOD", - "info": "Disables tracking food, thirst and ( partially ) fatigue for NPCs. If true, NPCs won't need to eat or drink and will only get tired enough to sleep, not to get penalties.", "stype": "bool", "value": true } diff --git a/data/mods/Safe_autodoc/game_balance.json b/data/mods/Safe_autodoc/game_balance.json index 3a15c0e456e63..c6f303e404865 100644 --- a/data/mods/Safe_autodoc/game_balance.json +++ b/data/mods/Safe_autodoc/game_balance.json @@ -2,7 +2,6 @@ { "type": "EXTERNAL_OPTION", "name": "SAFE_AUTODOC", - "info": "Makes autodoc operations completely safe, independent of the player's skill", "stype": "bool", "value": true } diff --git a/data/mods/Sleep_Deprivation/game_balance.json b/data/mods/Sleep_Deprivation/game_balance.json index 67d20b998c125..594bb55a809b3 100644 --- a/data/mods/Sleep_Deprivation/game_balance.json +++ b/data/mods/Sleep_Deprivation/game_balance.json @@ -2,7 +2,6 @@ { "type": "EXTERNAL_OPTION", "name": "SLEEP_DEPRIVATION", - "info": "Enables sleep deprivation mechanics. If true, stimulants will only help you so far, and you might have to enforce proper sleep hygiene for a while.", "stype": "bool", "value": true } diff --git a/data/mods/novitamins/modinfo.json b/data/mods/novitamins/modinfo.json index 368d968bd79c6..b0ca0bfd09085 100644 --- a/data/mods/novitamins/modinfo.json +++ b/data/mods/novitamins/modinfo.json @@ -11,7 +11,6 @@ { "type": "EXTERNAL_OPTION", "name": "NO_VITAMINS", - "info": "Disables tracking vitamins in food items. If true, disables vitamin tracking and vitamin disorders.", "stype": "bool", "value": true }, diff --git a/data/mods/speedydex/modinfo.json b/data/mods/speedydex/modinfo.json index 91b4de6910065..b329beb682d0e 100644 --- a/data/mods/speedydex/modinfo.json +++ b/data/mods/speedydex/modinfo.json @@ -12,14 +12,12 @@ { "type": "EXTERNAL_OPTION", "name": "SPEEDYDEX_MIN_DEX", - "info": "The minimum dex required for speedydex mod to add speed", "stype": "int", "value": 12 }, { "type": "EXTERNAL_OPTION", "name": "SPEEDYDEX_DEX_SPEED", - "info": "The amount of moves gained per dex above SPEEDYDEX_MIN_DEX", "stype": "int", "value": 2 } diff --git a/data/mods/stats_through_kills/modinfo.json b/data/mods/stats_through_kills/modinfo.json index 6cf323ddf4d67..fb5b7f3bc1f4a 100644 --- a/data/mods/stats_through_kills/modinfo.json +++ b/data/mods/stats_through_kills/modinfo.json @@ -12,7 +12,6 @@ { "type": "EXTERNAL_OPTION", "name": "STATS_THROUGH_KILLS", - "info": "Stats through Kills. A mod that allows your stats to increase by killing zombies.", "stype": "bool", "value": true }