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)
"