From 980cd99917021589c4e888939ad5adb6cbf476f3 Mon Sep 17 00:00:00 2001 From: LilyMakesThings <127533508+LilyMakesThings@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:16:50 +0000 Subject: [PATCH] Lily/CommentBlocks: Allow comment reporter to be dropped anywhere (#1209) Allow the reporter block to be used anywhere to circumvent using couplers. Mild convenience. --- extensions/Lily/CommentBlocks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/Lily/CommentBlocks.js b/extensions/Lily/CommentBlocks.js index bba99b6571..dba33f1653 100644 --- a/extensions/Lily/CommentBlocks.js +++ b/extensions/Lily/CommentBlocks.js @@ -53,6 +53,7 @@ opcode: "commentReporter", blockType: Scratch.BlockType.REPORTER, text: "[INPUT] // [COMMENT]", + allowDropAnywhere: true, arguments: { COMMENT: { type: Scratch.ArgumentType.STRING,