Grenade stack will become unusable if you switch weapons while holding a primed grenade. Upon adding more grenades to the stack, splitting the stack, picking it up off of the ground, it will continue to be inoperable.
This repository is for the Rust programming language, not the Rust game. I would recommend starting at http://playrust.com/
Rust is memory safe, so we can't just let you put grenades in the stack. Therefore we make them inoperable at compile time. If you really need access to live grenades, try a C module called via FFI.
lol
Most helpful comment
Rust is memory safe, so we can't just let you put grenades in the stack. Therefore we make them inoperable at compile time. If you really need access to live grenades, try a C module called via FFI.