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
RevLine 
[6474]1ADD_SOURCE_FILES(PICKUP_SRC_FILES
2  HealthPickup.cc
[6710]3  InvisiblePickup.cc
4  MetaPickup.cc
[7163]5  DronePickup.cc
[6709]6  SpeedPickup.cc
[7163]7  ShieldPickup.cc
[8706]8  ShrinkPickup.cc
[9099]9  DamageBoostPickup.cc
[6474]10)
Note: See TracBrowser for help on using the repository browser.