Fixed items doing crazy things

This commit is contained in:
Shoghi Cervantes
2015-03-29 18:10:02 +02:00
parent d5ba2a72a5
commit c9adc336ee
7 changed files with 69 additions and 58 deletions

View File

@ -39,6 +39,11 @@ abstract class Projectile extends Entity{
public $hadCollision = false;
public function attack($damage, EntityDamageEvent $source){
}
protected function initEntity(){
parent::initEntity();