- Timestamp:
- May 16, 2019, 6:27:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc
r12393 r12394 60 60 this->orxoblox_ = this->getOrxoBlox(); 61 61 this->setCollisionShapeRadius(2.5); 62 this->setDamage(1000); 62 63 63 64 //setEffect("Orxonox/sparks2"); … … 186 187 position.z = this-> fieldHeight_; 187 188 188 orxoblox_->LevelUp(); 189 //orxoblox_->LevelUp(); 190 orxoblox_->count(); 189 191 suicidal = true; 190 192
Note: See TracChangeset
for help on using the changeset viewer.