- Deleted the programmer death script from strifehelp.acs because it is no

longer used.
- Fixed: strifehelp.acs and the PUMPUPS cheat need to give 10 UpgradeStaminas
  because that item is using Inventory::Amount now.


SVN r220 (trunk)
This commit is contained in:
Christoph Oelckers 2006-06-24 08:03:15 +00:00
commit 3c3a9dd8f8
4 changed files with 9 additions and 14 deletions

View file

@ -395,7 +395,7 @@ void cht_DoCheat (player_t *player, int cheat)
break;
case CHT_PUMPUPS:
cht_Give (player, "UpgradeStamina");
cht_Give (player, "UpgradeStamina", 10);
cht_Give (player, "UpgradeAccuracy");
msg = "you got the stuff!";
break;