summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bossCaptainBowser.cpp2
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};