Changeset 9996 for code/branches/modularships/src/orxonox/worldentities
- Timestamp:
- Mar 9, 2014, 10:34:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/worldentities/pawns/Pawn.cc
r9995 r9996 280 280 damage *= originator->getDamageMultiplier(); 281 281 282 orxout() << "damage(): Custom collision detected on CS: " << cs << endl;282 orxout() << "damage(): Custom collision detected on " << this->getRadarName() << ", CS: " << cs << endl; 283 283 284 284 if (this->getGametype() && this->getGametype()->allowPawnDamage(this, originator))
Note: See TracChangeset
for help on using the changeset viewer.