implemented removing of conditions from conditional action

This commit is contained in:
Stephan Richter
2020-11-23 23:42:39 +01:00
parent b41e973e1a
commit e65afcbcf3
8 changed files with 86 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ public class Contact extends Tile{
public void run() {
try {
for (int ticks = 0; ticks<10; ticks++) {
if (!aborted) sleep(100);
if (!aborted) sleep(10);
}
timer = null;
if (aborted) return;