summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2022-02-03 05:44:50 +0100
committerHenny022p <info@henny022.de>2022-02-03 05:52:50 +0100
commitbbc3a8841596de1fc7f034953df9c844ec805033 (patch)
tree2b3a624ea1f67bd1b83d3aa25b75cfe7c2f672bf /include/item.h
parent67d369c53becab9c5efbe5d3daba0373ef1b4106 (diff)
CreateRandomDrop and droptables
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h
index e7460936..20516e0f 100644
--- a/include/item.h
+++ b/include/item.h
@@ -143,6 +143,12 @@ typedef enum {
ITEM_SKILL_FAST_SPIN,
ITEM_SKILL_FAST_SPLIT,
ITEM_SKILL_LONG_SPIN,
+
+ // these are not actually item ids but special values used by item drops for example
+ ITEM_KINSTONE_GREEN = 0xfc,
+ ITEM_KINSTONE_BLUE,
+ ITEM_KINSTONE_RED,
+ ITEM_ENEMY_BEETLE
} Item;
#endif