| 162 | } |
| 163 | |
| 164 | bool TryRemoveMiscItem(LaraInfo& lara, GAME_OBJECT_ID objectID) |
| 165 | { |
| 166 | return TryModifyMiscCount(lara, objectID, std::nullopt, ModificationType::Remove); |
| 167 | } |
| 168 | |
| 169 | std::optional<bool> HasMiscItem(LaraInfo& lara, GAME_OBJECT_ID objectID) |
| 170 | { |
no test coverage detected