diff --git a/src/pocketmine/entity/Arrow.php b/src/pocketmine/entity/Arrow.php index 14cba673c..75c401a65 100644 --- a/src/pocketmine/entity/Arrow.php +++ b/src/pocketmine/entity/Arrow.php @@ -36,6 +36,8 @@ class Arrow extends Projectile{ protected $gravity = 0.05; protected $drag = 0.01; + protected $damage = 2; + public function __construct(Level $level, CompoundTag $nbt, Entity $shootingEntity = null, bool $critical = false){ parent::__construct($level, $nbt, $shootingEntity); $this->setCritical($critical);