Skip to content

Commit

Permalink
fix boss 4 health
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbowman committed Nov 10, 2020
1 parent d2816b0 commit d3daa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/entity/bosses/infestedCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "boss.hpp"


static const Entity::Health initial_health(2);
static const Entity::Health initial_health(60);


InfestedCore::InfestedCore(const Vec2<Float>& position) :
Expand Down

0 comments on commit d3daa02

Please sign in to comment.