forked from github/server
commit
45cb6f07c2
1 changed files with 3 additions and 0 deletions
|
@ -417,6 +417,7 @@ bool is_repeated(const order * ord)
|
||||||
case K_PLANT:
|
case K_PLANT:
|
||||||
case K_MAKE:
|
case K_MAKE:
|
||||||
case K_LOOT:
|
case K_LOOT:
|
||||||
|
case K_DESTROY:
|
||||||
result = 1;
|
result = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -458,6 +459,7 @@ bool is_exclusive(const order * ord)
|
||||||
case K_PLANT:
|
case K_PLANT:
|
||||||
case K_MAKE:
|
case K_MAKE:
|
||||||
case K_LOOT:
|
case K_LOOT:
|
||||||
|
case K_DESTROY:
|
||||||
result = 1;
|
result = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -502,6 +504,7 @@ bool is_long(const order * ord)
|
||||||
case K_PLANT:
|
case K_PLANT:
|
||||||
case K_MAKE:
|
case K_MAKE:
|
||||||
case K_LOOT:
|
case K_LOOT:
|
||||||
|
case K_DESTROY:
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue