Code review comment for lp:~widelands-dev/widelands/ai_for_mods

Revision history for this message
GunChleoc (gunchleoc) wrote :

The only division now is in

    final += (attack * health) / (defense * evade);

and those variables are all float.

« Back to merge proposal