diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Enderman.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source/Mobs/Enderman.cpp b/source/Mobs/Enderman.cpp index d7bbaa144..356815be0 100644 --- a/source/Mobs/Enderman.cpp +++ b/source/Mobs/Enderman.cpp @@ -16,21 +16,6 @@ cEnderman::cEnderman(void) : -void cEnderman::Tick(float a_Dt, MTRand & a_TickRandom) -{ - cMonster::Tick(a_Dt, a_TickRandom); - - // TODO Same as stated in cSkeleton - if ((GetWorld()->GetTimeOfDay() < (12000 + 1000)) && (GetMetaData() != BURNING)) - { - SetMetaData(BURNING); // BURN, BABY, BURN! >:D - } -} - - - - - void cEnderman::GetDrops(cItems & a_Drops, cPawn * a_Killer) { AddRandomDropItem(a_Drops, 0, 1, E_ITEM_ENDER_PEARL); |