summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r--src/emap/pc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h
index 8f55af7..3c3b8ea 100644
--- a/src/emap/pc.h
+++ b/src/emap/pc.h
@@ -9,6 +9,10 @@ enum VarConst
Const_ClientVersion = 10000
};
+int bHomunculusAtk = -1;
+int bHomunculusDef = -1;
+int bHomunculusMaxHP = -1;
+
struct s_homunculus_atk {
int rate;
};