forked from MagicBane/Server
starting of new power manager
This commit is contained in:
@@ -106,4 +106,15 @@ public class Power {
|
||||
return this.cost * (1 + (float)(this.curves.get("COSTAMT").getValue() * trains));
|
||||
|
||||
}
|
||||
|
||||
public boolean isSpell(){
|
||||
return true;
|
||||
}
|
||||
public boolean isSkill(){
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean isChant(){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user