summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorNicolas Schodet2013-04-07 01:50:48 +0200
committerNicolas Schodet2013-04-07 15:57:24 +0200
commit8a4442241c8f99947297da8b1f238c9e1c5e28ce (patch)
tree054c2c9a33f509b67962c3a40fa81ad1aeb4fe74 /host
parente1461c339607f82433bd60910ac4dfe5ff051219 (diff)
host/simu/model: add plates as obstacles
Diffstat (limited to 'host')
-rw-r--r--host/simu/model/table_eurobot2013.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/simu/model/table_eurobot2013.py b/host/simu/model/table_eurobot2013.py
index c0d8b27d..8e5e83fc 100644
--- a/host/simu/model/table_eurobot2013.py
+++ b/host/simu/model/table_eurobot2013.py
@@ -113,6 +113,7 @@ class Table (simu.model.table.Table):
self.obstacles.append (cake)
self.obstacles += self.candles
self.obstacles += self.glasses
+ self.obstacles += self.plates
self.obstacles += self.cherries
self.obstacles += self.gifts