| 28 | }; |
| 29 | |
| 30 | void InitializeConsumables(const Settings& settings) |
| 31 | { |
| 32 | Consumables[GetArraySlot(Consumables, GAME_OBJECT_ID::ID_FLARE_INV_ITEM)].Amount = settings.Flare.PickupCount; |
| 33 | } |
| 34 | |
| 35 | bool TryModifyingConsumable(LaraInfo& lara, GAME_OBJECT_ID objectID, std::optional<int> amount, ModificationType modType) |
| 36 | { |
no test coverage detected