Changeset 9979 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Nov 29, 2006, 10:30:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/heavy_blaster.cc
r9975 r9979 51 51 52 52 53 this->setStateDuration(WS_SHOOTING, 0. 05);53 this->setStateDuration(WS_SHOOTING, 0.5); 54 54 this->setStateDuration(WS_RELOADING, 0); 55 55 this->setStateDuration(WS_ACTIVATING, .5); … … 65 65 66 66 this->setCapability(WTYPE_ALLDIRS | WTYPE_DIRECTIONAL | WTYPE_LIGHT); 67 this->setProjectileTypeC(" RailProjectile"); // FIXME temp project type until the blaste class exist67 this->setProjectileTypeC("HBolt"); // FIXME temp project type until the blaste class exist 68 68 this->prepareProjectiles(100); 69 69
Note: See TracChangeset
for help on using the changeset viewer.