From 2686a59694b209fda5297a7bf8003c3210e9ed29 Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 12 Feb 2013 23:46:13 +0100 Subject: increased bowser damage --- src/bossCaptainBowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- cgit v1.2.3