summaryrefslogblamecommitdiffstats
path: root/src/Mobs/NewEnderDragon.cpp
blob: 7ed9ab25ab42e17eb18345f83a19c19e5889683b (plain) (tree)


























                                                                                                    

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

#include "NewEnderDragon.h"





cNewEnderDragon::cNewEnderDragon(void) :
	// TODO: Vanilla source says this, but is it right? Dragons fly, they don't stand
	super("EnderDragon", mtEnderDragon, "mob.enderdragon.hit", "mob.enderdragon.end", 16.0, 8.0)
{
}





void cNewEnderDragon::GetDrops(cItems & a_Drops, cEntity * a_Killer)
{
	return;
}