From ab42b76f52e7b5672b4f43c270fa1889971fe158 Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Thu, 22 Dec 2022 05:10:15 -0600 Subject: [PATCH] Add terms to Splashpad preset (#705) * In Houston they're called Water Spraygorunds * Also called Spraygrounds --- data/presets/playground/splash_pad.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/presets/playground/splash_pad.json b/data/presets/playground/splash_pad.json index e96e2bad..914f2d07 100644 --- a/data/presets/playground/splash_pad.json +++ b/data/presets/playground/splash_pad.json @@ -7,5 +7,10 @@ "tags": { "playground": "splash_pad" }, + "terms": [ + "pad", + "spray", + "water" + ], "name": "Play Splash Pad" }