mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
* Store result of large condition expression in a variable before using in if statement (improves readability of code). * Buff doc comment improvements. Adding periods is neccessary since these will be merged into one line in the generated docs. * Add note on AbilityContext that AbilityContext::None is intended to be used rather than AbilityContext::Stance(Stance::None) perhaps in the future we can add some serde shenanigans to make this work better, but it is probably best to wait to see how this type evolves first.