Fixed so ink does not damage boss, because that breaks current boss battle.

This commit is contained in:
PlatinumSkink
2015-10-23 16:46:45 +02:00
parent 857eaf4b7f
commit 1beb873efc
3 changed files with 28 additions and 16 deletions
+2
View File
@@ -6,6 +6,7 @@
#define DAYDREAM_EKRAKENHIT_H
#include "Core/EventBroker.h"
#include "Core/CTransform.h"
namespace dd
{
@@ -17,6 +18,7 @@ struct KrakenHit : Event
{
EntityID Kraken;
EntityID Hitter;
glm::vec3 PlaceHit;
int MaxHealth;
int CurrentHealth;
int NewHealth;