diff --git a/SneakySalamander.json b/SneakySalamander.json index ca7a31146aef9c19bf6372513284405f8398184b..02a9a9392ad2864e30156786011f0c69c5c47cd7 100644 --- a/SneakySalamander.json +++ b/SneakySalamander.json @@ -38479,11 +38479,28 @@ "conditions": [ { "type": { - "value": "KeyPressed" + "value": "BuiltinCommonInstructions::Or" }, - "parameters": [ - "", - "LShift" + "parameters": [], + "subInstructions": [ + { + "type": { + "value": "KeyPressed" + }, + "parameters": [ + "", + "LShift" + ] + }, + { + "type": { + "value": "KeyPressed" + }, + "parameters": [ + "", + "RShift" + ] + } ] } ],