Das war natürlich der falsche Multiplikator.

This commit is contained in:
Enno Rehling 2005-05-30 20:56:03 +00:00
parent 3e35c15a08
commit dbd18c5176
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ sp_transferaura(castorder *co)
} }
gain = min(aura, scm_src->spellpoints) / multi; gain = min(aura, scm_src->spellpoints) / multi;
scm_src->spellpoints -= gain*2; scm_src->spellpoints -= gain*multi;
scm_dst->spellpoints += gain; scm_dst->spellpoints += gain;
/* sprintf(buf, "%s transferiert %d Aura auf %s", unitname(mage), /* sprintf(buf, "%s transferiert %d Aura auf %s", unitname(mage),