- Timestamp:
- Feb 6, 2006, 2:59:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/hyperblaster.cc
r6811 r7045 73 73 //this->minCharge = 2; 74 74 75 this->setActionSound(WA_SHOOT, "sound/explo.wav"); 76 this->setActionSound(WA_ACTIVATE, "sound/voices/hyperblaster.wav"); 75 this->setActionSound(WA_SHOOT, "sound/explosions/explosion_4.wav"); 76 this->setActionSound(WA_ACTIVATE, "sound/powerups/whats this2.wav"); 77 this->setActionSound(WA_RELOAD, "sound/spawn/alien_generator.wav"); 77 78 78 79 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_HEAVY);
Note: See TracChangeset
for help on using the changeset viewer.