summaryrefslogblamecommitdiffstats
path: root/src/Mobs/NewSilverfish.h
blob: 144ede24269101803574993eab06039e4bdd7aa3 (plain) (tree)
1
2
3
4


            
                       





















                                                                                                        

#pragma once

#include "NewMonster.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)
} ;