This PR updates the modify_lava_speed and modify_swim_speed power types to support Apoli's custom modifiers by making the classes for said power types extend ModifyAttributePower instead of ConditionedAttributePower. This, however, have the potential of being a bit less performant
This PR updates the
modify_lava_speed
andmodify_swim_speed
power types to support Apoli's custom modifiers by making the classes for said power types extendModifyAttributePower
instead ofConditionedAttributePower
. This, however, have the potential of being a bit less performant