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

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

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


cBat::cBat(void) :
		// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
	super("Bat", 65,  "mob.bat.hurt", "mob.bat.death", 0.7, 0.7)
{
}