Action attack_dir(): Implement, trivially random now

This commit is contained in:
Petr Baudis 2011-11-27 04:10:53 +01:00
parent 0398856635
commit 0c29808836
5 changed files with 36 additions and 0 deletions

View file

@ -25,6 +25,7 @@ public:
};
bool move_dir(int dir_x, int dir_y);
bool attack_dir(int dir_x, int dir_y);
void chenergy(int delta);
void die(void);