From 2c118837ada3ff1496bcbb7a56b877dc2a5c7bdd Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 31 Dec 2014 21:30:27 -0800 Subject: [PATCH] Update spellbook.dm --- code/game/gamemodes/wizard/spellbook.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index 06f68fcf264..07bc9b311ed 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -37,9 +37,9 @@ dat += "Uses remaining: [uses]
" dat += "
" dat += "Learn and Improve Magical Abilities
" - dat += "Summon Magical Tools and Weapons
" - if(!ticker.mode == "raginmages") // we totally need summon guns x 200 - dat += "Raise The Stakes For More Power
" + dat += "Summon Magical Tools and Weapons
" + if(ticker.mode != "raginmages") // we totally need summon guns x 200 + dat += "Raise The Stakes For More Power
" dat += "
" dat += "Re-memorize Spells
" @@ -563,4 +563,4 @@ /obj/item/weapon/spellbook/oneuse/charge/recoil(mob/user as mob) ..() user <<"[src] suddenly feels very warm!" - empulse(src, 1, 1) \ No newline at end of file + empulse(src, 1, 1)