Minor Fix for the Wiz Clothing Restriction Removal

- Remove Clothing Restriction now properly uses 2 spell slots instead of
1.
This commit is contained in:
DZD
2015-01-16 20:35:19 -05:00
parent 5a04ea1a79
commit 0dd49f9f14
+1 -1
View File
@@ -238,7 +238,7 @@
feedback_add_details("wizard_spell_learned","NC")
H.spell_list += new /obj/effect/proc_holder/spell/wizard/noclothes
temp = "This teaches you how to use your spells without your magical garb, truely you are the wizardest."
uses--
uses -= 2
if("magicmissile")
feedback_add_details("wizard_spell_learned","MM") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
H.spell_list += new /obj/effect/proc_holder/spell/wizard/targeted/projectile/magic_missile(H)