diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/map/map.h b/src/map/map.h index fec279850..c6a7b168e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -940,25 +940,12 @@ struct homun_data { int hungry_timer; //[orn]
-
int target_id,attacked_id;
- short attackable;
int natural_heal_timer; //[orn]
int hp_sub,sp_sub;
int inchealhptick,inchealsptick;
int nhealhp,nhealsp,nshealhp,nshealsp,nsshealhp,nsshealsp;
- short hp_loss_value;
- short sp_loss_value;
- short hp_loss_type;
- short sp_gain_value;
- short hp_gain_value;
- int hp_loss_tick;
- int sp_loss_tick;
- int hp_loss_rate;
- int sp_loss_rate;
- unsigned int canregen_tick;
-
unsigned short regenhp,regensp;
unsigned long exp_next;
|