Skip to content

Commit

Permalink
tweak: BattlemageRecharges 3 FOR 1 (#3718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindfri authored Oct 17, 2023
1 parent 8359ab0 commit 5e146da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/wizard/spellbook.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions code/game/objects/items/weapons/storage/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "Набор для самых маленьких и не уверенных в себе работников, обожающих простые пути, смешивая всевозможные в один. Поставляется с сосательной конфетой. Удобный набор если нужно где-то засесть и не выходить. Производитель не отвечает за возникающие акне и галлюцинации от вашего времяпровождения."
Expand Down

0 comments on commit 5e146da

Please sign in to comment.