From f4bc0a2f7acf018418e56c52919f2807b1fb0407 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sat, 18 Jul 2015 14:58:01 -0400 Subject: [PATCH] Opps.... NOTHING TO SEE HERE --- 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 2731af6a3f3..c39231bf86e 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -526,7 +526,7 @@ var/result = E.Refund(H,src) if(result > 0) if(!isnull(E.limit)) -+ E.limit += result + E.limit += result uses += result else if(href_list["page"]) tab = sanitize(href_list["page"])