Page MenuHomeFeedback Tracker

Using removeMagazine on throwable prevents use of remaining throwables of that type
New, WishlistPublic

Description

Hey there. Pretty annoying bug here. When using removeMagazine on grenades, it disables usage of that type of grenades till you drop them and pick them back up.

Details

Legacy ID
1993724631
Severity
None
Resolution
Open
Reproducibility
Always
Category
Inventory
Steps To Reproduce
  1. Give yourself 3 grenades and some smoke (player addMagazine "HandGrenade"; player addMagazine "smokeShell"))
  2. Check amount of magazines and see if you can throw a frag grenade (Works)
  3. Remove 3 magazine (player removeMagazine "HandGrenade")
  4. Check inventory. Still 1 grenade left, throw grenade, nothing happens
  5. Press Ctrl+G to switch to smoke. Smoke works fine. Switching back to grenades is not possible
  6. Put grenade on ground and pick it back up.
  7. Grenade now works again.
Additional Information

If you delete 1 smoke shell first, the smoke grenades still work (Exactly as it should), however when deleting a frag grenade first and deleting a smoke shell after that, the smoke grenades also bug out.

Event Timeline

Adanteh edited Steps To Reproduce. (Show Details)Nov 1 2014, 2:22 PM
Adanteh edited Additional Information. (Show Details)
Adanteh set Category to Inventory.
Adanteh set Reproducibility to Always.
Adanteh set Severity to None.
Adanteh set Resolution to Open.
Adanteh set Legacy ID to 1993724631.May 7 2016, 7:43 PM
Adanteh added a subscriber: Adanteh.May 7 2016, 7:43 PM

For anyone having problems with this, you can do a workaround by removing one more magazine than needed and then adding back one using addMagazine. That'll re-enable the usage of that type.