Home
last modified time | relevance | path

Searched refs:IsMangoSeedling (Results 1 – 3 of 3) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dmiscitem.h719 virtual truth IsMangoSeedling() const { return true; } in ITEM()
H A Ditem.h512 virtual truth IsMangoSeedling() const { return false; } in IsMangoSeedling() function
/dports/games/ivan/ivan-059/Main/Source/
H A Drooms.cpp734 if(Dropper->IsPlayer() && (Item->IsMangoSeedling()) && in DropItem()