From ff09481e5eaafaff1453a3e67658e06fa51918ac Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Thu, 7 Jan 2016 01:48:50 -0600 Subject: [PATCH] LSG --- code/datums/spells/infinite_guns.dm | 2 +- code/game/gamemodes/wizard/spellbook.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/spells/infinite_guns.dm b/code/datums/spells/infinite_guns.dm index e74ac7af043..10b8612c858 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 9d09dbdd948..752694f86ab 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"