diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index aac1e635d69..31d4dc467db 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -430,7 +430,7 @@ /datum/spellbook_entry/item/battlemage_charge name = "Battlemage Armour Charges" desc = "A powerful defensive rune, it will grant eight additional charges to a suit of battlemage armour." - item_path = /obj/item/wizard_armour_charge + item_path = /obj/item/storage/box/wizard/recharge category = "Weapons and Armors" cost = 1 diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index a056fa1ec71..a754b480eac 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -1015,6 +1015,15 @@ new /obj/item/clothing/suit/space/hardsuit/wizard/shielded(src) new /obj/item/clothing/shoes/magboots/wizard(src) +/obj/item/storage/box/wizard/recharge + name = "Armour Recharge Bundle" + desc = "This box contains a bundle of Battlemage Armour Recharges" + icon_state = "box_wizard" + +/obj/item/storage/box/wizard/recharge/populate_contents() + for(var/I in 1 to 3) + new /obj/item/wizard_armour_charge(src) + /obj/item/storage/box/candythief name = "набор радужных конфет" desc = "Набор для самых маленьких и не уверенных в себе работников, обожающих простые пути, смешивая всевозможные в один. Поставляется с сосательной конфетой. Удобный набор если нужно где-то засесть и не выходить. Производитель не отвечает за возникающие акне и галлюцинации от вашего времяпровождения."