Mind Transfer now requires wizard garb.

This commit is contained in:
Erthilo
2012-06-28 19:56:20 +01:00
parent 4f6ec49558
commit ae63e9ec9f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
school = "transmutation" school = "transmutation"
charge_max = 600 charge_max = 600
clothes_req = 0 clothes_req = 1
invocation = "GIN'YU CAPAN" invocation = "GIN'YU CAPAN"
invocation_type = "whisper" invocation_type = "whisper"
range = 1 range = 1

View File

@@ -164,7 +164,7 @@
if ("7") if ("7")
//feedback_add_details("wizard_spell_learned","MT") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells //feedback_add_details("wizard_spell_learned","MT") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
usr.spell_list += new /obj/effect/proc_holder/spell/targeted/mind_transfer(usr) usr.spell_list += new /obj/effect/proc_holder/spell/targeted/mind_transfer(usr)
src.temp = "This spell allows the user to switch bodies with a target. Careful to not lose your memory in the process." src.temp = "This spell allows the user to switch bodies with a target, and requires full wizard garb. Careful to not lose your memory in the process."
if ("8") if ("8")
//feedback_add_details("wizard_spell_learned","FW") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells //feedback_add_details("wizard_spell_learned","FW") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
usr.spell_list += new /obj/effect/proc_holder/spell/aoe_turf/conjure/forcewall(usr) usr.spell_list += new /obj/effect/proc_holder/spell/aoe_turf/conjure/forcewall(usr)