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 7c1467b..2675e44 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -28,6 +28,7 @@ struct mob_db {
int size,race,element,mode;
int speed,adelay,amotion,dmotion;
int mexp,mexpper;
+ int mutations_nr, mutation_power;
struct { int nameid,p; } dropitem[8];
struct { int nameid,p; } mvpitem[3];
int view_class,sex;