Zerstöre als langer Befehl

Zerstöre ist damit ein ganz normaler langer Befehl wie Mache oder Lerne.
This commit is contained in:
CTD 2014-12-23 15:53:28 +01:00
parent 1ba7248e48
commit 78c03f831b
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: