diff options
author | Treeki <treeki@gmail.com> | 2013-02-12 23:46:13 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-12 23:46:13 +0100 |
commit | 2686a59694b209fda5297a7bf8003c3210e9ed29 (patch) | |
tree | f33f3c4fb1974281e71084ccd268e194c616d7da /src | |
parent | ed2d963a8fe18aee69a1ac9747c8af99705a9f4f (diff) | |
download | kamek-2686a59694b209fda5297a7bf8003c3210e9ed29.tar.gz kamek-2686a59694b209fda5297a7bf8003c3210e9ed29.zip |
increased bowser damage
Diffstat (limited to '')
-rw-r--r-- | src/bossCaptainBowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossCaptainBowser.cpp b/src/bossCaptainBowser.cpp index de3e017..cb076c6 100644 --- a/src/bossCaptainBowser.cpp +++ b/src/bossCaptainBowser.cpp @@ -211,7 +211,7 @@ int daCaptainBowser::onCreate() { // Prep the goods this->playerCount = GetActivePlayerCount(); - this->maxDamage = (10 * this->playerCount) + 10; + this->maxDamage = (20 * this->playerCount) + 10; pos.z = 8000.0; this->scale = (Vec){0.57, 0.57, 0.57}; |