From 3b3057e3e1b08006e85c33107b2138596a60f861 Mon Sep 17 00:00:00 2001 From: Crazy Lemon Date: Thu, 27 Sep 2018 00:13:29 -0700 Subject: [PATCH] Proper spacing, please --- code/game/gamemodes/wizard/spellbook.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index 7af60b1d9f0..9709a89bffc 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -536,9 +536,9 @@ to_chat(user, "On second thought, maybe summoning a demon is a bad idea. You refund your points.") if(istype(O, /obj/item/antag_spawner/slaughter_demon/laughter)) - uses+=1 + uses += 1 else - uses+=2 + uses += 2 for(var/datum/spellbook_entry/item/bloodbottle/BB in entries) if(!isnull(BB.limit)) BB.limit++