* Calculate throwing accuracy. * @return throwing Accuracy */
| 1356 | * @return throwing Accuracy |
| 1357 | */ |
| 1358 | double BattleUnit::getThrowingAccuracy() |
| 1359 | { |
| 1360 | return (double)(getStats()->throwing * getAccuracyModifier()) / 100.0; |
| 1361 | } |
| 1362 | |
| 1363 | /** |
| 1364 | * Set the armor value of a certain armor side. |
no outgoing calls
no test coverage detected