Put these arguments the right way round
This commit is contained in:
@@ -119,7 +119,7 @@ public class Possession extends SpellRay {
|
||||
}
|
||||
|
||||
public Possession(){
|
||||
super("possession", false, SpellActions.POINT);
|
||||
super("possession", SpellActions.POINT, false);
|
||||
addProperties(EFFECT_DURATION, CRITICAL_HEALTH);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user