Changeset 10649 in orxonox.OLD for branches/vs-enhencements/src/world_entities/weapons/light_blaster.cc
- Timestamp:
- May 8, 2007, 10:50:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/weapons/light_blaster.cc
r10648 r10649 90 90 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT); 91 91 this->setProjectileTypeC("LBolt"); 92 this->prepareProjectiles( 100);92 this->prepareProjectiles(25); 93 93 94 94 this->setBarrels(3);
Note: See TracChangeset
for help on using the changeset viewer.