diff options
author | Tim Angus <tim@ngus.net> | 2004-01-13 05:08:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-01-13 05:08:15 +0000 |
commit | 06970828585e1fda9f4f0a71d6f5e040a8cd4d30 (patch) | |
tree | 105cdd3e467d13127949a8bf037beaab635cbd50 /src/game/tremulous.h | |
parent | d975233fbcce187811490ddf4fe3783294baf5a4 (diff) |
* Reduced strength of teslagen
* Fixed the broken buildables bug for real this time (fingers crossed)
* Disabled firing modes for destroyed buildables
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index c0be2e3b..42dc922f 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -464,7 +464,7 @@ #define TESLAGEN_SPLASHRADIUS 100 #define TESLAGEN_REPEAT 500 #define TESLAGEN_RANGE 750 -#define TESLAGEN_DMG HDM(50) +#define TESLAGEN_DMG HDM(20) #define DC_BP 80 #define DC_BT 10000 |