]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Ikari.h
first scripting implementation
[l2e.git] / src / common / Ikari.h
index 299953824df6374cff9e95f36e4f443e8fa22c9d..979015b636ed318d8c08666117aea888934765fd 100644 (file)
@@ -35,10 +35,13 @@ public:
        void SetMagical() { isPhysical = false; }
        void SetPhysical() { isPhysical = true; }
 
+       static void CreateTypeDescription();
+       static void Construct(void *);
+
 private:
        const char *name;
 
-       Uint8 cost;
+       int cost;
        TargetingMode targetingMode;
 
        bool isPhysical;