Merge pull request #90 from CTD1/Destroy

Zerstöre als langer Befehl
This commit is contained in:
Enno Rehling 2014-12-24 23:00:49 +01:00
commit 45cb6f07c2
1 changed files with 3 additions and 0 deletions

View File

@ -417,6 +417,7 @@ bool is_repeated(const order * ord)
case K_PLANT:
case K_MAKE:
case K_LOOT:
case K_DESTROY:
result = 1;
break;
@ -458,6 +459,7 @@ bool is_exclusive(const order * ord)
case K_PLANT:
case K_MAKE:
case K_LOOT:
case K_DESTROY:
result = 1;
break;
@ -502,6 +504,7 @@ bool is_long(const order * ord)
case K_PLANT:
case K_MAKE:
case K_LOOT:
case K_DESTROY:
return true;
default: