diff options
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; |