Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 3:03:56 PM (7 years ago)
Author:
zarron
Message:

Boss spawned Gumbas have now max lifetime 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFireball.cc

    r11625 r11653  
    110110        SOBGumbaBoss*   gumbaBoss   = orxonox_cast<SOBGumbaBoss*>   (otherObject);
    111111
    112         if(gumbaBoss != nullptr && !(gumba->hasCollided_))
     112        if(gumbaBoss != nullptr && !(gumba->hasCollided_))  //Fireballs can't destroy GumbaBosses, they get destroyed themselves instead
    113113        {
    114114            this->destroyLater();
Note: See TracChangeset for help on using the changeset viewer.