added bloodthirst:number ability

This commit is contained in:
omegablast2002@yahoo.com
2010-08-26 16:05:48 +00:00
parent 3b9b79bb6e
commit aef30e6e0d
12 changed files with 63 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ class Damageable:public Targetable {
public:
int life;
int poisonCount;
int damageCount;
int type_as_damageable;
Damageable(int _life){life=_life;};
int getLife(){return life;};