diff --git a/Changes.md b/Changes.md index 38b032c..1048b1b 100644 --- a/Changes.md +++ b/Changes.md @@ -1668,3 +1668,4 @@ + Updated descriptions of all seven fuel hatches to use broader definitions of fuel + Updated subtitle for Research Station to indicate it crafts augments + Updated racial descriptions for Research Station to indicate it crafts augments ++ Added compatibility check for Summer Sale Soda Mod diff --git a/items/generic/shop/soda.consumable.patch b/items/generic/shop/soda.consumable.patch index fc3d581..2ecca9b 100644 --- a/items/generic/shop/soda.consumable.patch +++ b/items/generic/shop/soda.consumable.patch @@ -1,17 +1,27 @@ [ - { - "op": "replace", - "path": "/description", - "value": "Slowly killing yourself from the inside has never tasted so good! You'd better drink a lot to keep feeling the high." - }, - { - "op": "replace", - "path": "/effects/0", - "value": [ { "effect": "maxenergyscalingboostfood", "duration": 3 } ] - }, - { - "op": "add", - "path": "/learnBlueprintsOnPickup", - "value": [ "soda" ] - } + [ + { + "op": "test", + "path": "/description", + "value": "A refreshing can of soda full of exploitation.", + "inverse": true + }, + { + "op": "replace", + "path": "/description", + "value": "Slowly killing yourself from the inside has never tasted so good! You'd better drink a lot to keep feeling the high." + } + ], + [ + { + "op": "replace", + "path": "/effects/0", + "value": [ { "effect": "maxenergyscalingboostfood", "duration": 3 } ] + }, + { + "op": "add", + "path": "/learnBlueprintsOnPickup", + "value": [ "soda" ] + } + ] ]