apace100 / apoli

MIT License
40 stars 46 forks source link

Update `modify_lava_speed` and `modify_swim_speed` to support Apoli's custom modifiers #151

Open eggohito opened 1 year ago

eggohito commented 1 year ago

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