From 42bad193f76a9f48087b8b5a305efd33754c131d Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Tue, 7 Jan 2020 10:33:01 +0300 Subject: [PATCH 1/2] Set debug mutation as such in Magiclysm --- data/mods/Magiclysm/traits/mutation.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/traits/mutation.json b/data/mods/Magiclysm/traits/mutation.json index 01c6b03bcdad8..5a57e4f06de81 100644 --- a/data/mods/Magiclysm/traits/mutation.json +++ b/data/mods/Magiclysm/traits/mutation.json @@ -258,7 +258,9 @@ "id": "DEBUG_spell_mutation", "name": "Debug Spell Mutation", "points": 20, - "description": "Gives all of the debug spells at max level.", + "valid": false, + "description": "Gives all of the debug spells at max level.",, + "debug": true, "spells_learned": [ [ "example_template", 10 ], [ "debug_stamina", 0 ], [ "debug_hp", 0 ], [ "debug_bionic", 0 ], [ "debug_effect", 0 ] ] } ] From 2e9feff3366d49a0ec78fdc926f0dc4082569efb Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Tue, 7 Jan 2020 16:54:39 +0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-Authored-By: anothersimulacrum --- data/mods/Magiclysm/traits/mutation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Magiclysm/traits/mutation.json b/data/mods/Magiclysm/traits/mutation.json index 5a57e4f06de81..159d1a79bdea9 100644 --- a/data/mods/Magiclysm/traits/mutation.json +++ b/data/mods/Magiclysm/traits/mutation.json @@ -259,7 +259,7 @@ "name": "Debug Spell Mutation", "points": 20, "valid": false, - "description": "Gives all of the debug spells at max level.",, + "description": "Gives all of the debug spells at max level.", "debug": true, "spells_learned": [ [ "example_template", 10 ], [ "debug_stamina", 0 ], [ "debug_hp", 0 ], [ "debug_bionic", 0 ], [ "debug_effect", 0 ] ] }