From 829bbd802b0ee4002299b70921d3278e4fdaf0fe Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sun, 14 Mar 2021 12:14:21 +0000 Subject: [PATCH] oops I broke the repo (#15715) --- code/game/gamemodes/wizard/spellbook.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index 545235423ba..b3c84d28ec4 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -182,7 +182,7 @@ /datum/spellbook_entry/sacred_flame/LearnSpell(mob/living/carbon/human/user, obj/item/spellbook/book, obj/effect/proc_holder/spell/newspell) ..() user.dna.SetSEState(GLOB.coldblock, 1) - genemutcheck(user, GLOB.coldblock, null, MUTCHK_FORCED) + singlemutcheck(user, GLOB.coldblock, MUTCHK_FORCED) //Defensive /datum/spellbook_entry/disabletech