Skip to content

Commit

Permalink
Merge pull request tgstation#6988 from Incoming5643/Icantcount
Browse files Browse the repository at this point in the history
Magic Mania 1.82: 1 + 1 = 2
  • Loading branch information
Ergovisavi committed Jan 13, 2015
2 parents 1493b17 + 2e8995d commit 29e1e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/gamemodes/wizard/spellbook.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,15 @@
if("summonguns")
feedback_add_details("wizard_spell_learned","SG") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
rightandwrong(0, H, 0)
uses++
max_uses++
uses = uses + 2 //refund plus a free point
active_challenges += "summon guns"
temp = "You have cast summon guns and gained an extra charge for your spellbook."
if("summonmagic")
feedback_add_details("wizard_spell_learned","SU") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
rightandwrong(1, H, 0)
uses++
max_uses++
uses = uses + 2 //refund plus a free point
active_challenges += "summon magic"
temp = "You have cast summon magic and gained an extra charge for your spellbook."
if("summonevents")
Expand Down

0 comments on commit 29e1e8f

Please sign in to comment.