diff --git a/code/datums/spells/infinite_guns.dm b/code/datums/spells/infinite_guns.dm index e74ac7af043e4..10b8612c858a0 100644 --- a/code/datums/spells/infinite_guns.dm +++ b/code/datums/spells/infinite_guns.dm @@ -6,7 +6,7 @@ range = -1 school = "conjuration" - charge_max = 300 + charge_max = 750 clothes_req = 1 cooldown_min = 10 //Gun wizard action_icon_state = "bolt_action" diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index 9d09dbdd94878..752694f86ab59 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -211,6 +211,7 @@ name = "Lesser Summon Guns" spell_type = /obj/effect/proc_holder/spell/targeted/infinite_guns log_name = "IG" + cost = 4 /datum/spellbook_entry/barnyard name = "Barnyard Curse"