forked from github/server
fix merge error
This commit is contained in:
parent
818b309ebf
commit
e2607a3e7c
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ weapon_skill(const weapon_type * wtype, const unit * u, bool attacking)
|
|||
/* wenn kein waffenloser kampf, dann den rassen-defaultwert */
|
||||
if (rc == get_race(RC_ORC)) {
|
||||
int sword = effskill(u, SK_MELEE, NULL);
|
||||
int spear = effskill(u, SK_SPEAR,NULL0);
|
||||
int spear = effskill(u, SK_SPEAR, NULL);
|
||||
skill = ((sword > spear) ? sword : spear) - 3;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue