SPEED_4 Mutation doesn't actually give Speed IV, but just Speed instead
krassell opened this issue ยท 2 comments
This looks to be stemming from a typo in line src/main/java/com/theundertaker11/geneticsreborn/event/OnWorldTickEvent.java:264
Where potion effect strength should likely be
3+GeneticsReborn.mutationAmp*2
as opposed to
GeneticsReborn.mutationAmp*2