3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 13:00:06 +01:00

Correct missed diff on skeletons. Fixes BUKKIT-3912

Dieser Commit ist enthalten in:
Travis Watkins 2013-03-28 19:42:27 -05:00
Ursprung 08f3df82eb
Commit 1a7e5a75ae

Datei anzeigen

@ -6,7 +6,7 @@ import org.bukkit.event.entity.EntityCombustEvent; // CraftBukkit
public class EntitySkeleton extends EntityMonster implements IRangedEntity {
private PathfinderGoalArrowAttack d = new PathfinderGoalArrowAttack(this, 0.25F, 60, 10.0F);
private PathfinderGoalArrowAttack d = new PathfinderGoalArrowAttack(this, 0.25F, 20, 60, 15.0F);
private PathfinderGoalMeleeAttack e = new PathfinderGoalMeleeAttack(this, EntityHuman.class, 0.31F, false);
public EntitySkeleton(World world) {