Changing Bat to AMbiant creature

master
mgueydan 2013-09-10 14:26:27 +02:00
parent 59f4635309
commit bf4781d0ee
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ cBat::cBat(void) :
cMonster::eFamily cBat::GetMobFamily() const
{
return mfWater;
return mfAmbient;
}