summaryrefslogtreecommitdiffstats
path: root/src/Mobs/NewBat.cpp
blob: 2de28d63a8d4dacface697fa2ae240632e78a0f8 (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 "NewBat.h"
#include "../Vector3.h"
#include "../Chunk.h"


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