summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Bat.cpp
blob: c072d4f481416de9b41210b329d58281f60d824b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include "Globals.h"  // NOTE: MSVC stupidness requires this to be the same across all modules

#include "Bat.h"
#include "../Vector3.h"
#include "../Chunk.h"


cBat::cBat(void) :
	super("Bat", mtBat,  "mob.bat.hurt", "mob.bat.death", 0.5, 0.9)
{
}