summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 696d64bf7..3f9ef09a6 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -98,6 +98,7 @@ struct mob_data {
unsigned char attacked_count; //For rude attacked.
int provoke_flag; // Celest
unsigned npc_killmonster: 1; //for new killmonster behavior
+ unsigned rebirth: 1; // NPC_Rebirth used
} state;
struct guardian_data* guardian_data;
struct {