From 88b959504856a00efe735feabf46019c43b72b62 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 10 Sep 2016 17:46:10 +0200 Subject: [PATCH] Remove extra colour combo for Confluence. --- data/stations/01-tutorial.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json index 0987ba7..59b6935 100644 --- a/data/stations/01-tutorial.json +++ b/data/stations/01-tutorial.json @@ -14,7 +14,7 @@ { "type": "lamp", "cost": 3, - "available_colours": ["blue", "red", "blue/red", "red/blue"], + "available_colours": ["blue", "red", "blue/red"], "intensity": 0.5 } ], -- 2.34.1