From 8ef38ef8ef7a5a5e1fdce17cf375e0a43d33d281 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 24 Nov 2020 09:50:09 -0500 Subject: [PATCH] Same ammount of b o o l e t, half the cost! (#14817) --- code/datums/spells/infinite_guns.dm | 2 +- code/game/gamemodes/wizard/spellbook.dm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/spells/infinite_guns.dm b/code/datums/spells/infinite_guns.dm index 35699d4634a..bb6e30f1bf8 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 = 750 + charge_max = 600 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 9c76212f082..d324f79d9b7 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -171,7 +171,6 @@ spell_type = /obj/effect/proc_holder/spell/targeted/infinite_guns log_name = "IG" category = "Offensive" - cost = 4 //Defensive /datum/spellbook_entry/disabletech