diff options
author | Treeki <treeki@gmail.com> | 2013-04-08 00:23:39 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-08 00:34:35 +0200 |
commit | 940154c20216e3398e78a6040b3e4028e681cf61 (patch) | |
tree | 9d82b13a4071ec634e616cdcc018c177ba5ec928 /src/bossBombDrop.cpp | |
parent | fb93fa93f2c756a5254f1b418abbc179fca4e59d (diff) | |
download | kamek-940154c20216e3398e78a6040b3e4028e681cf61.tar.gz kamek-940154c20216e3398e78a6040b3e4028e681cf61.zip |
a few final boss fixes
Diffstat (limited to '')
-rw-r--r-- | src/bossBombDrop.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossBombDrop.cpp b/src/bossBombDrop.cpp index f96c557..f617cdf 100644 --- a/src/bossBombDrop.cpp +++ b/src/bossBombDrop.cpp @@ -200,8 +200,10 @@ dBombDrop *dBombDrop::build() { bool HackyBombDropVariable = false; +extern int BridgeBowserHP; int dBombDrop::onCreate() { + BridgeBowserHP = 2; int t = this->settings & 0xF; this->eventA = ((this->settings >> 24) & 0xFF) - 1; |