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)