From 0d5065932c2ca1c613388c2f987d5aa9d5af440e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 21 Sep 2010 06:24:53 +0000 Subject: fixed bug in macro definition --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 9e18c5a..3a5af72 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -1089,5 +1089,5 @@ MACROS = { [19, 'description', 0, 0, [18, None]], [20, 'sandwichbottom', 0, 0, [18, None]]], 'reskin': - [[0, 'skin', 0, 0, [None, 1]], + [[0, 'skin', 0, 0, [None, 1, None]], [1, 'journal', 0, 0, [0, None]]] } -- cgit v0.9.1