Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/turtle_blocks_extras
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-10-18 12:41:46 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-10-18 12:41:46 (GMT)
commitf20487a3b243d1f348bed816c0d23cacde7c546a (patch)
tree18e876cba2bb713221218eba0ddcbf18e67d58d3 /plugins/turtle_blocks_extras
parentc2ec4df50d3ea33312e2331804e9601ca52dc3c1 (diff)
see block is a value block
Diffstat (limited to 'plugins/turtle_blocks_extras')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index 2f17c53..0933b36 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -397,6 +397,7 @@ to the stack'))
palette.add_block('see',
style='box-style',
label=_('turtle sees'),
+ value_block=True,
prim_name='see',
help_string=_('returns the color that the turtle \
"sees"'))