The upraged version my 1st mod (not yet published) will be the throwning knife weapon and ammunition bullets can heal and even also can give.
WL_AGENT.CPP:
Enjoy a my new routine!
WL_AGENT.CPP:
- Code:
case bo_clip:
if (gamestate.ammo == 99)
return;
if (gamestate.health == 100)
return;
SD_PlaySound (HEALTH1SND);
GiveAmmo (8);
HealSelf (25);
break;
Enjoy a my new routine!