From 8fb71181c63463638a78abfa6c8294e21f91619f Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 3 Aug 2018 02:22:30 +0200 Subject: [PATCH] don't place anything in Halls --- src/Types/Interior.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Types/Interior.hs b/src/Types/Interior.hs index e7d1eca..2e96dc0 100644 --- a/src/Types/Interior.hs +++ b/src/Types/Interior.hs @@ -145,8 +145,8 @@ clusterRoom ClusterCopier = [Offi] clusterRoom ClusterFlipchart = [Offi] clusterRoom ClusterConferenceTable1 = [Offi] clusterRoom ClusterConferenceTable2 = [Offi] -clusterRoom ClusterPlant1 = [Offi, Hall] -clusterRoom ClusterPlant2 = [Offi, Hall] +clusterRoom ClusterPlant1 = [Offi] +clusterRoom ClusterPlant2 = [Offi] clusterRoom ClusterToilet = [Toil] clusterPoints :: Cluster -> [ReachPoint]