Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

almost done

Location:
code/branches/OrxoBlox_FS19/src/modules/weapons
Files:
2 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               
  • code/branches/OrxoBlox_FS19/src/modules/weapons/weaponmodes/BallGun.cc

    r12378 r12394  
    5959
    6060        this->reloadTime_ = 0.25f;
    61         this->damage_ = 0.0f; //default 15
     61        this->damage_ = 10000; //default 15
    6262        this->speed_ = 100;
    6363        this->delay_ = 100;
Note: See TracChangeset for help on using the changeset viewer.