forked from github/server
bugfixes last commits
This commit is contained in:
parent
e6fcd984bc
commit
e443e26e18
|
@ -1494,7 +1494,7 @@ prefix_cmd(unit * u, struct order * ord)
|
||||||
|
|
||||||
|
|
||||||
static cmp_building_cb
|
static cmp_building_cb
|
||||||
get_cmp_region_owner()
|
get_cmp_region_owner(void)
|
||||||
{
|
{
|
||||||
if (rule_region_owners()) {
|
if (rule_region_owners()) {
|
||||||
return &cmp_current_owner;
|
return &cmp_current_owner;
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
<param name="rules.items.loot_divisor" value="2"/> <!-- damage skims off 1/2 of goods transfers -->
|
<param name="rules.items.loot_divisor" value="2"/> <!-- damage skims off 1/2 of goods transfers -->
|
||||||
<param name="rules.items.give_divisor" value="2"/> <!-- corruption skims off 1/2 of goods transfers -->
|
<param name="rules.items.give_divisor" value="2"/> <!-- corruption skims off 1/2 of goods transfers -->
|
||||||
<param name="rules.move.owner_leave" value="1"/> <!-- owner must leave before moving -->
|
<param name="rules.move.owner_leave" value="1"/> <!-- owner must leave before moving -->
|
||||||
<param name="rules.region_owners" value="1">
|
<param name="rules.region_owners" value="1"/>
|
||||||
<param name="rules.cavalry.skill" value="2"/>
|
<param name="rules.cavalry.skill" value="2"/>
|
||||||
<param name="rules.cavalry.mode" value="1"/>
|
<param name="rules.cavalry.mode" value="1"/>
|
||||||
<param name="rules.magic.multipotion" value="1"/>
|
<param name="rules.magic.multipotion" value="1"/>
|
||||||
|
|
Loading…
Reference in New Issue