I probaly adding an Experimental chemical. Like it The Lost Relic. But buggy. What probem? Why not good?
WL_AGENT.CPP:
WL_AGENT.CPP:
- Code:
case bo_undrugs:
if (gamestate.health > 100)
return;
SD_PlaySound (HEALTH1SND);
HealSelf (-8);
if (gamestate.health == 54)
return;
SD_PlaySound (HEALTH1SND);
HealSelf (2);
break;