summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-02-07 22:48:12 +0000
committerTim Angus <tim@ngus.net>2002-02-07 22:48:12 +0000
commitc5cae84d6cf86421d358778403df57e1e36effeb (patch)
tree894a93eb79fc28800183d843668018a5c8be8e04 /src/game/bg_misc.c
parentc7f239a68ae042d023d075c6ac94e172205e69c5 (diff)
Buildable sounds
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index 95887e9b..cd54f3d0 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -189,13 +189,13 @@ buildableAttributes_t bg_buildableList[ ] =
( 1 << S1 )|( 1 << S2 )|( 1 << S3 ), //int stages
1000, //int health;
50, //int damage;
- 20, //int splashDamage;
- 50, //int splashRadius;
+ 50, //int splashDamage;
+ 300, //int splashRadius;
MOD_ASPAWN, //int meansOfDeath;
BIT_ALIENS, //int team;
( 1 << WP_ABUILD )|( 1 << WP_ABUILD2 ), //weapon_t buildWeapon;
BANIM_IDLE1, //int idleAnim;
- -1, //int nextthink;
+ 1000, //int nextthink;
0, //int turretFireSpeed;
0, //int turretRange;
WP_NONE, //weapon_t turretProjType;