mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-31 02:30:33 +00:00
- Fixed incorrect spawn ID for cell pack.
SVN r308 (trunk)
This commit is contained in:
parent
d62e6c5332
commit
848097cd2e
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
August 23, 2006
|
||||
- Fixed incorrect spawn ID for cell pack.
|
||||
|
||||
August 22, 2006
|
||||
- Added Martin Howe's code for replacing environment variables in partial IWAD
|
||||
search paths.
|
||||
|
|
|
@ -95,7 +95,7 @@ ACTOR Cell : Ammo 2047
|
|||
ACTOR CellPack : Cell 17
|
||||
{
|
||||
Game Doom
|
||||
SpawnID 11
|
||||
SpawnID 142
|
||||
Inventory.PickupMessage "$GOTCELLBOX"
|
||||
Inventory.Amount 100
|
||||
States
|
||||
|
|
Loading…
Reference in a new issue