Changeset 10121 in orxonox.OLD for branches/playability/src/world_entities/weapons/medium_blaster.cc
- Timestamp:
- Dec 20, 2006, 1:09:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/medium_blaster.cc
r10117 r10121 56 56 57 57 this->setStateDuration(WS_RELOADING, 0); 58 this->setStateDuration(WS_ACTIVATING, .5);59 this->setStateDuration(WS_DEACTIVATING, 1);58 this->setStateDuration(WS_ACTIVATING, 0); //.5); 59 this->setStateDuration(WS_DEACTIVATING, 0); // 1); 60 60 61 61 this->setEnergyMax(500);
Note: See TracChangeset
for help on using the changeset viewer.