updated mapparser

buffed withers a little
This commit is contained in:
Chiss 2014-11-21 10:36:41 +11:00
parent 7a8759dfba
commit 0d78433bd2
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ public enum GameType
SurvivalGames("Survival Games"),
SurvivalGamesTeams("Survival Games Teams"),
Micro("Micro Battle"),
MineStrike("MineStrike"),
MineWare("MineWare"),
MilkCow("Milk the Cow"),
Paintball("Super Paintball"),
@ -49,6 +50,7 @@ public enum GameType
Tug("Tug of Wool"),
TurfWars("Turf Wars"),
UHC("Ultra Hardcore"),
WitherAssault("Wither Assault"),
ZombieSurvival("Zombie Survival"),
None("None");

View File

@ -145,7 +145,7 @@ public class PerkWitherAttack extends Perk
//Damage Event
Manager.GetDamage().NewDamageEvent(player, (LivingEntity)skull.getShooter(), null,
DamageCause.CUSTOM, 8 * players.get(player) * scale, true, true, false,
DamageCause.CUSTOM, 10 * players.get(player) * scale, true, true, false,
UtilEnt.getName((LivingEntity)skull.getShooter()), GetName());
}