2013-09-07 20:02:50 +02:00
|
|
|
|
|
|
|
|
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
|
|
|
|
|
|
|
|
|
#include "Bat.h"
|
2014-03-11 16:01:17 +02:00
|
|
|
#include "../Vector3.h"
|
2013-09-07 20:02:50 +02:00
|
|
|
#include "../Chunk.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cBat::cBat(void) :
|
2014-06-07 00:40:01 -07:00
|
|
|
super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.5, 0.9)
|
2013-09-07 20:02:50 +02:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|