From 970bb151505e9ad7c71f518d9a4da2ab1f207acc Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sat, 21 Mar 2015 11:38:04 +0100 Subject: add vibration blocks to sprites --- objects.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/objects.js b/objects.js index 5fbafc2..8c683cd 100644 --- a/objects.js +++ b/objects.js @@ -2040,6 +2040,8 @@ SpriteMorph.prototype.blockTemplates = function (category) { blocks.push('-'); blocks.push(block('reportDate')); blocks.push('-'); + blocks.push(block('doVibrate')); + blocks.push('-'); blocks.push(block('overpassQuery')); // for debugging: /////////////// -- cgit v1.3.1