X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FIkari.h;h=76730defbc72e0f6a5900aa34faffa1b43111179;hb=76bfe67c6f41be9c862213a3cba919e6c00955b0;hp=299953824df6374cff9e95f36e4f443e8fa22c9d;hpb=70641f2eb3f9fce8c89dcbf345e202050609a142;p=l2e.git diff --git a/src/common/Ikari.h b/src/common/Ikari.h index 2999538..76730de 100644 --- a/src/common/Ikari.h +++ b/src/common/Ikari.h @@ -35,10 +35,12 @@ public: void SetMagical() { isPhysical = false; } void SetPhysical() { isPhysical = true; } + static void CreateTypeDescription(); + private: const char *name; - Uint8 cost; + int cost; TargetingMode targetingMode; bool isPhysical;