forked from github/server
Kaudfen von Luxusgütern, wenn handel=0
This commit is contained in:
parent
83f516c306
commit
7b5675e6a6
|
@ -1958,7 +1958,7 @@ expandbuying(region * r, request * buyorders)
|
|||
/* Kauf - auch so programmiert, daß er leicht erweiterbar auf mehrere
|
||||
* Güter pro Monat ist. j sind die Befehle, i der Index des
|
||||
* gehandelten Produktes. */
|
||||
|
||||
if (max_products>0) {
|
||||
expandorders(r, buyorders);
|
||||
if (!norders) return;
|
||||
|
||||
|
@ -2017,6 +2017,7 @@ expandbuying(region * r, request * buyorders)
|
|||
a_remove(&u->attribs, a);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
attrib_type at_trades = {
|
||||
"trades",
|
||||
|
|
Loading…
Reference in New Issue