Merge remote-tracking branch 'eressea/master'

This commit is contained in:
Enno Rehling 2014-12-24 23:50:55 +01:00
commit 000bdebc82
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_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: