diff --git a/example_scripts/fort.js b/example_scripts/fort.js index c75ba6f2b..7ef0b2049 100644 --- a/example_scripts/fort.js +++ b/example_scripts/fort.js @@ -8,7 +8,7 @@ Drone.extend('fort', function(side, height) side = 18; if (typeof height == "undefined") height = 6; - if (height < 4 || side < 10) + if (height < 4 || side < 9) throw new java.lang.RuntimeException("Forts must be at least 9 wide X 4 tall"); // make sure side is even if (side%2)