Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 6:27:53 PM (5 years ago)
Author:
pomselj
Message:

almost done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.cc

    r12393 r12394  
    6060        this->orxoblox_ = this->getOrxoBlox();
    6161        this->setCollisionShapeRadius(2.5);
     62        this->setDamage(1000);
    6263
    6364        //setEffect("Orxonox/sparks2");
     
    186187                position.z = this-> fieldHeight_;
    187188               
    188                 orxoblox_->LevelUp();
     189                //orxoblox_->LevelUp();
     190                orxoblox_->count();
    189191                suicidal = true;
    190192               
Note: See TracChangeset for help on using the changeset viewer.