mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Fixed a CQ pickup message.
SVN r1222 (trunk)
This commit is contained in:
parent
2cad1c2c19
commit
d8dad009e1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ actor LargeZorchRecharge : Shell 2008
|
|||
actor LargeZorchPack : Shell 2049
|
||||
{
|
||||
Game Chex
|
||||
Inventory.PickupMessage "GOTLARGEZORCHERPACK"
|
||||
Inventory.PickupMessage "$GOTLARGEZORCHERPACK"
|
||||
Inventory.Amount 20
|
||||
States
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue