parent
5c7876c2dd
commit
202ce3e737
@ -827,6 +827,10 @@ cMonster * cMonster::NewMonsterFromType(cMonster::eType a_MobType)
|
|||||||
switch (a_MobType)
|
switch (a_MobType)
|
||||||
{
|
{
|
||||||
case mtMagmaCube:
|
case mtMagmaCube:
|
||||||
|
{
|
||||||
|
toReturn = new cMagmaCube(Random.NextInt(2) + 1);
|
||||||
|
break;
|
||||||
|
}
|
||||||
case mtSlime:
|
case mtSlime:
|
||||||
{
|
{
|
||||||
toReturn = new cSlime(Random.NextInt(2) + 1);
|
toReturn = new cSlime(Random.NextInt(2) + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user