summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-29 23:02:38 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-29 23:02:38 +0200
commit03cbc5e41dc2a0c88dfe53e7143048eba8f774de (patch)
tree579e334914c113f79fc7ebb6adde981e1a75ffac
parent0c655c16be9b3a931c296ef36fa3380f99d09061 (diff)
Fixes small mixup.
-rw-r--r--src/shared/struct/shr_omnimods.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/struct/shr_omnimods.erl b/src/shared/struct/shr_omnimods.erl
index f0ccdc5..7e279e8 100644
--- a/src/shared/struct/shr_omnimods.erl
+++ b/src/shared/struct/shr_omnimods.erl
@@ -179,7 +179,7 @@ apply_to_statistics (Omnimods, Statistics) ->
(
fun shr_statistics:apply_mod/3,
Statistics,
- Omnimods#omnimods.attmods
+ Omnimods#omnimods.stamods
).
-spec get_attack_damage (float(), type(), type()) -> non_neg_integer().