- 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:
parent
05fc3cb016
commit
3c3a9dd8f8
4 changed files with 9 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue