Home
last modified time | relevance | path

Searched refs:bags_on_map (Results 1 – 2 of 2) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DItemProto.h180 …bool isCurrentlyUsable(guint32 building, bool bags_on_map, bool victims_left, bool ruin_has_occupa…
H A DItemProto.cpp397 bool ItemProto::isCurrentlyUsable(guint32 building, bool bags_on_map, bool victims_left, bool ruin_… in isCurrentlyUsable() argument
408 if (d_bonus & ItemProto::PICK_UP_BAGS && bags_on_map) in isCurrentlyUsable()