diff options
| author | Olle Rosenquist <phobos99@gmail.com> | 2007-07-23 17:50:55 +0000 |
|---|---|---|
| committer | Olle Rosenquist <phobos99@gmail.com> | 2007-07-23 17:50:55 +0000 |
| commit | 8714046db0a8d76cc0238ec6c2b26958abc6a6cd (patch) | |
| tree | dd0a58b16d11476dcc7fba3dedd00951edf39138 /datasrc/client.dts | |
| parent | 8be353d62c3f2247485e7ab4940feee5b8f349ab (diff) | |
| download | zcatch-8714046db0a8d76cc0238ec6c2b26958abc6a6cd.tar.gz zcatch-8714046db0a8d76cc0238ec6c2b26958abc6a6cd.zip | |
Ninja powerup shouldn't spawn directly
Diffstat (limited to 'datasrc/client.dts')
| -rw-r--r-- | datasrc/client.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/datasrc/client.dts b/datasrc/client.dts index 5c1c6b35..7b2cec99 100644 --- a/datasrc/client.dts +++ b/datasrc/client.dts @@ -119,4 +119,5 @@ const array:int sound = sounds.* const array:int image = images.* const array:int sprite = sprites.*.* const array:int anim = animations.* -const array:int gametype = playerstats.* \ No newline at end of file +const array:int gametype = playerstats.* +const array:int powerup = powerups.* \ No newline at end of file |