Skip to content

Commit

Permalink
fix external_option errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Dec 17, 2019
1 parent befe6dd commit 9d26945
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions build-scripts/mod_test_blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Graphical_Overmap
growable-pots
Heavy miners
hydroponics
magiclysm
manualbionicinstall
mapgen_demo
Medieval_Stuff
MMA
Expand All @@ -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
1 change: 0 additions & 1 deletion data/mods/ManualBionicInstall/game_balance.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"type": "EXTERNAL_OPTION",
"name": "MANUAL_BIONIC_INSTALLATION",
"info": "Permits manual self-installation of bionics.",
"stype": "bool",
"value": true
}
Expand Down
1 change: 0 additions & 1 deletion data/mods/No_NPC_Food/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion data/mods/Safe_autodoc/game_balance.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion data/mods/Sleep_Deprivation/game_balance.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion data/mods/novitamins/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
2 changes: 0 additions & 2 deletions data/mods/speedydex/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion data/mods/stats_through_kills/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9d26945

Please sign in to comment.