diff options
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r-- | src/map/homunculus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h index e46420692..aafcb8132 100644 --- a/src/map/homunculus.h +++ b/src/map/homunculus.h @@ -25,6 +25,8 @@ struct s_homunculus_db { extern struct s_homunculus_db homunculus_db[MAX_HOMUNCULUS_CLASS]; enum { HOMUNCULUS_CLASS, HOMUNCULUS_FOOD }; +enum { MH_MD_FIGHTING=1, MH_MD_GRAPPLING }; + enum { SP_ACK = 0x0, SP_INTIMATE = 0x1, @@ -45,8 +47,6 @@ struct homun_data { int hungry_timer; //[orn] unsigned int exp_next; char blockskill[MAX_SKILL]; // [orn] - - int spiritball; //for homun S [lighta] }; #define MAX_HOM_SKILL_REQUIRE 5 |