SVN r27 (trunk)
This commit is contained in:
parent
e06ba32525
commit
25f90d6221
74 changed files with 1133 additions and 235 deletions
|
|
@ -311,7 +311,10 @@ void cht_DoCheat (player_t *player, int cheat)
|
|||
break;
|
||||
|
||||
case CHT_ALLARTI:
|
||||
cht_Give (player, "artifacts");
|
||||
for (int i=0;i<25;i++)
|
||||
{
|
||||
cht_Give (player, "artifacts");
|
||||
}
|
||||
msg = GStrings("TXT_CHEATARTIFACTS3");
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue