Snares can no longer hit the thrower of the snare within 20 ticks of throwing it (#745)
Added the "Diseased" upgrade, which vastly decreases healing potency.
This commit is contained in:
parent
33b799723c
commit
fb38c2e8b8
8 changed files with 123 additions and 6 deletions
|
@ -18,11 +18,6 @@ public class LivingArmourUpgradeDigSlowdown extends LivingArmourUpgrade
|
|||
|
||||
public static final double[] digSpeedModifier = new double[] { 0.9, 0.8, 0.7, 0.6, 0.55, 0.5, 0.4, 0.35, 0.3, 0.2 };
|
||||
|
||||
public static void hasDug(LivingArmour armour)
|
||||
{
|
||||
changeMap.put(armour, true);
|
||||
}
|
||||
|
||||
public LivingArmourUpgradeDigSlowdown(int level)
|
||||
{
|
||||
super(level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue