1
0

Changing Bat to AMbiant creature

This commit is contained in:
mgueydan 2013-09-10 14:26:27 +02:00
parent 59f4635309
commit bf4781d0ee

View File

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