diff --git a/manifest.json b/manifest.json index 075fbde..e1867fa 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.85", + "version": "2.9.86", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/tweaks.lua b/src/tweaks.lua index d37edc1..f4ddc6a 100644 --- a/src/tweaks.lua +++ b/src/tweaks.lua @@ -20,7 +20,7 @@ local orig_use_consumeable = Card.use_consumeable function Card:use_consumeable(area, copier, ...) if SMODS.Mods.Roland.config.faster_planets and self.ability.consumeable.hand_type then set_consumeable_usage(self) - level_up_hand(copier or self, self.ability.consumeable.hand_type, true) + level_up_hand(copier or self, self.ability.consumeable.hand_type, true, self.ability.qty or 1) return end