summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 0b52a38..50fe321 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -251,6 +251,8 @@ struct map_session_data {
// [Fate] Used for gradual healing; amount of enqueued regeneration
struct quick_regeneration quick_regeneration_hp, quick_regeneration_sp;
+ // [Fate] XP that can be extracted from this player by healing
+ int heal_xp; // i.e., OTHER players (healers) can partake in this player's XP
int invincible_timer;
unsigned int canact_tick;