v3.3.0: fixed thrown wep upgrade tracker not revive persisting
This commit is contained in:
@@ -776,6 +776,10 @@ abstract public class MissileWeapon extends Weapon {
|
|||||||
//also used by liquid metal crafting to track when a set is consumed
|
//also used by liquid metal crafting to track when a set is consumed
|
||||||
public static class UpgradedSetTracker extends Buff {
|
public static class UpgradedSetTracker extends Buff {
|
||||||
|
|
||||||
|
{
|
||||||
|
revivePersists = true;
|
||||||
|
}
|
||||||
|
|
||||||
public HashMap<Long, Integer> levelThresholds = new HashMap<>();
|
public HashMap<Long, Integer> levelThresholds = new HashMap<>();
|
||||||
|
|
||||||
public static boolean pickupValid(Hero h, MissileWeapon w){
|
public static boolean pickupValid(Hero h, MissileWeapon w){
|
||||||
|
|||||||
Reference in New Issue
Block a user