#ifndef PMDSKY_DUNGEON_LOGIC_2_H #define PMDSKY_DUNGEON_LOGIC_2_H #include "dungeon_mode.h" // Returns a boolean indicating whether or not the given monster can throw items based on its monster ID. bool8 MonsterCanThrowItems(struct monster *monster); #endif //PMDSKY_DUNGEON_LOGIC_2_H