summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-29Ensures things still compile with -Wall -Werror...Nathanael Sensfelder
2019-08-29...Nathanael Sensfelder
2019-08-18Use blc_error in blc_{armor,weapon}.Nathanael Sensfelder
Dialyzer confuses me: shr_omnimods.erl:90: Overloaded contract for shr_omnimods:apply_coefficient_to_mods/2 has overlapping domains; such contracts are currently unsupported and are simply ignored shr_omnimods.erl:96: Overloaded contract for shr_omnimods:merge_mods/2 has overlapping domains; such contracts are currently unsupported and are simply ignored This seems to imply that shr_omnimods:damage_type_mods() and shr_omnimods:attribute_mods() overlap, which is not supposed to be the case.
2019-08-18...Nathanael Sensfelder