Update Giant.cpp
This commit is contained in:
parent
79a98627a2
commit
8fa4f38202
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
||||||
|
|
||||||
#include "Giant.h"
|
#include "Giant.h"
|
||||||
@ -8,9 +7,10 @@
|
|||||||
|
|
||||||
|
|
||||||
cGiant::cGiant(void) :
|
cGiant::cGiant(void) :
|
||||||
// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
|
// 6.0 * (0.6|1.8)
|
||||||
super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 2.0, 13.5)
|
super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 3.6, 10.8)
|
||||||
{
|
{
|
||||||
|
this->SetMaxHealth(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user