From 093fcfb7212d033affc85177d22c8b9507f98ea2 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Wed, 6 Feb 2013 19:58:53 +0400 Subject: [PATCH] Wizard: Hugbox Edition. Removed Ei Nath and mass gun spawn. --- code/game/gamemodes/wizard/spellbook.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index a7baba4e3eb..f1ad3a10f8c 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -26,7 +26,7 @@ dat += "The number after the spell name is the cooldown time.
" dat += "Magic Missile (10)
" dat += "Fireball (10)
" - dat += "Disintegrate (60)
" + //dat += "Disintegrate (60)
" dat += "Disable Technology (60)
" dat += "Smoke (10)
" dat += "Blind (30)
" @@ -38,8 +38,8 @@ dat += "Ethereal Jaunt (60)
" dat += "Knock (10)
" dat += "Curse of the Horseman (15)
" - if(op) - dat += "Summon Guns (One time use, global spell)
" +// if(op) +// dat += "Summon Guns (One time use, global spell)
" dat += "
" dat += "Artefacts:
" dat += "Powerful items imbued with eldritch magics. Summoning one will count towards your maximum number of spells.
"