summaryrefslogblamecommitdiffstats
path: root/src/Mobs/NewSilverfish.h
blob: e056a054717a844f46682ec6da6b6734fa6a5b14 (plain) (tree)

























                                                                                                        

#pragma once

#include "ANewMonster.h"





class cNewSilverfish :
	public cNewMonster
{
	typedef cNewMonster super;
	
public:
	cNewSilverfish(void) :
		super("Silverfish", mtSilverfish, "mob.silverfish.hit", "mob.silverfish.kill", 0.3, 0.7)
	{
	}

	CLASS_PROTODEF(cNewSilverfish)
} ;