diff --git a/cicaprojekt/Scale.java b/cicaprojekt/Scale.java index 6c2b9ba..690b82d 100644 --- a/cicaprojekt/Scale.java +++ b/cicaprojekt/Scale.java @@ -7,7 +7,8 @@ public class Scale extends Field { private Stack itemsOnTile; private int threshold; private int weight; - + + public Scale(Gate gate, int threshold){ Menu.addTab(); System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Scale.Scale(" + gate + ")"); @@ -16,7 +17,6 @@ public class Scale extends Field { itemsOnTile = new Stack(); System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Scale.Scale()"); Menu.removeTab(); - } public void onEntry() {