From e79c68b18c84fd39d58abd66969333bd1d46dafd Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Tue, 28 Feb 2012 22:04:46 +0000 Subject: [PATCH] more fixes for next patch --- 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 1710822c709..ec02105063f 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -13,7 +13,7 @@ dat += "Memorize which spell:
" dat += "The number after the spell name is the cooldown time.
" dat += "Magic Missile (10)
" - dat += "Fireball (10)
" + dat += "Fireball (20)
" // dat += "Disintegrate (60)
" dat += "Disable Technology (60)
" dat += "Smoke (10)
"