oh I see.
A dirty way to fix that, would be to not destroy the medkit actor. Instead you could disable it so it can no longer be seen by the camera or physics system.
Alternatively, you could store medkit data inside structs, instead of inside the medkit actors, but taht makes thinks a little more complex.