Changeset 12400 for code/branches/OrxoBlox_FS19/src/modules/weapons
- Timestamp:
- May 20, 2019, 2:26:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc
r12396 r12400 28 28 this->setCollisionShapeRadius(2.5); 29 29 this->setDamage(1000); 30 30 orxoblox_->count(); 31 31 //setEffect("Orxonox/sparks2"); 32 32 } … … 146 146 position.z = this-> fieldHeight_; 147 147 148 orxoblox_->count();149 148 suicidal = true; 150 149
Note: See TracChangeset
for help on using the changeset viewer.