Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickup2012/src/modules/pickup/items/CMakeLists.txt @ 9099

Last change on this file since 9099 was 9099, checked in by lkevin, 12 years ago

Found a way to implement damage modifiers by
adding a flag to the pawn and then using this
flag in pawn::damage().

More compilation errors to be fixed though, a tick
function seems to be missing.

  • Property svn:eol-style set to native
File size: 184 bytes
Line 
1ADD_SOURCE_FILES(PICKUP_SRC_FILES
2  HealthPickup.cc
3  InvisiblePickup.cc
4  MetaPickup.cc
5  DronePickup.cc
6  SpeedPickup.cc
7  ShieldPickup.cc
8  ShrinkPickup.cc
9  DamageBoostPickup.cc
10)
Note: See TracBrowser for help on using the repository browser.