mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 05:01:41 +00:00
Forgot to copy the correct strifehelp.acs from my ACC compile directory.
SVN r221 (trunk)
This commit is contained in:
parent
3c3a9dd8f8
commit
2c7b4d9350
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ script << 0 >> (int type, int tag)
|
|||
case 226:
|
||||
if (Floor_LowerToHighest (tag, 8, 128))
|
||||
{
|
||||
GiveInventory ("UpgradeStamina", 1);
|
||||
GiveInventory ("UpgradeStamina", 10);
|
||||
GiveInventory ("UpgradeAccuracy", 1);
|
||||
print (s:"Congratulations! You have completed the training area");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue