Changeset 325:30169e7b8e90 for src
- Timestamp:
- 11/10/08 00:27:30 (22 months ago)
- Parents:
- 323:98625c7b7a08 (diff), 324:5ec886be77cd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Branch:
- madcat-porn
- Tags:
- tip
- Files:
-
- 1 modified
-
src/game/tremulous.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/game/tremulous.h
r318 r325 80 80 #define LEVEL2_CLAW_U_REPEAT 400 81 81 #define LEVEL2_CLAW_U_K_SCALE 1.0f 82 #define LEVEL2_AREAZAP_DMG ADM( 20)82 #define LEVEL2_AREAZAP_DMG ADM(15) 83 83 #define LEVEL2_AREAZAP_BOUNCE_DMG ADM(10) 84 #define LEVEL2_AREAZAP_RANGE 150.0f85 #define LEVEL2_AREAZAP_CUTOFF 350.0f84 #define LEVEL2_AREAZAP_RANGE 200.0f 85 #define LEVEL2_AREAZAP_CUTOFF 250.0f 86 86 #define LEVEL2_AREAZAP_BOUNCE 150.0f 87 #define LEVEL2_AREAZAP_TOLERANCE 1.0487 #define LEVEL2_AREAZAP_TOLERANCE 0.50 88 88 #define LEVEL2_AREAZAP_REPEAT 1500 89 #define LEVEL2_AREAZAP_MAX_TARGETS 1 689 #define LEVEL2_AREAZAP_MAX_TARGETS 10 90 90 #define LEVEL2_AREAZAP_MIN_TIME 400 91 91 #define LEVEL2_WALLJUMP_MAXSPEED 1000.0f … … 672 672 #define REPEATER_SPLASHRADIUS 100 673 673 #define REPEATER_INACTIVE_TIME 90000 674 #define REPEATER_VALUE (ALIEN_CREDITS_PER_FRAG * 3 / 2)674 #define REPEATER_VALUE (ALIEN_CREDITS_PER_FRAG * 2 / 3) 675 675 676 676 /*
