Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2012, 3:56:56 PM (13 years ago)
Author:
lkevin
Message:

Changed pickup icon and xml for possible varieties of the pickup in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup2012/src/orxonox/worldentities/pawns/Pawn.cc

    r9118 r9155  
    234234        Pawn *test = dynamic_cast<Pawn *>(originator);
    235235        if( test != NULL )
     236        { orxout() << "Test " << damage << endl;
    236237          damage *= originator->getDamageMultiplier();
     238        }
    237239
    238240        if (this->getGametype() && this->getGametype()->allowPawnDamage(this, originator))
Note: See TracChangeset for help on using the changeset viewer.