This commit is contained in:
Anuken
2025-02-04 14:49:30 -05:00
parent 939506ffae
commit b96e93917c
2 changed files with 1 additions and 6 deletions

View File

@@ -511,11 +511,6 @@ public class StatValues{
};
}
/** @deprecated Filter is no longer used. */
public static StatValue itemBoosters(String unit, float timePeriod, float speedBoost, float rangeBoost, ItemStack[] items, Boolf<Item> filter){
return itemBoosters(unit, timePeriod, speedBoost, rangeBoost, items);
}
public static StatValue weapons(UnitType unit, Seq<Weapon> weapons){
return table -> {
table.row();