mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixes #776
This commit is contained in:
@@ -64,9 +64,6 @@
|
|||||||
Powerful items imbued with eldritch magics. Summoning one will count towards your maximum number of spells.<BR>
|
Powerful items imbued with eldritch magics. Summoning one will count towards your maximum number of spells.<BR>
|
||||||
It is recommended that only experienced wizards attempt to wield such artefacts.<BR>
|
It is recommended that only experienced wizards attempt to wield such artefacts.<BR>
|
||||||
<HR>
|
<HR>
|
||||||
<A href='byond://?src=\ref[src];spell_choice=staffchange'>Staff of Change</A><BR>
|
|
||||||
<I>An artefact that spits bolts of coruscating energy which cause the target's very form to reshape itself.</I><BR>
|
|
||||||
<HR>
|
|
||||||
<A href='byond://?src=\ref[src];spell_choice=mentalfocus'>Mental Focus</A><BR>
|
<A href='byond://?src=\ref[src];spell_choice=mentalfocus'>Mental Focus</A><BR>
|
||||||
<I>An artefact that channels the will of the user into destructive bolts of force.</I><BR>
|
<I>An artefact that channels the will of the user into destructive bolts of force.</I><BR>
|
||||||
<HR>
|
<HR>
|
||||||
@@ -209,11 +206,6 @@
|
|||||||
feedback_add_details("wizard_spell_learned","HH") //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","HH") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
|
||||||
H.add_spell(new/spell/targeted/equip_item/horsemask)
|
H.add_spell(new/spell/targeted/equip_item/horsemask)
|
||||||
temp = "You have learned curse of the horseman."
|
temp = "You have learned curse of the horseman."
|
||||||
if("staffchange")
|
|
||||||
feedback_add_details("wizard_spell_learned","ST") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
|
|
||||||
new /obj/item/weapon/gun/energy/staff(get_turf(H))
|
|
||||||
temp = "You have purchased a staff of change."
|
|
||||||
max_uses--
|
|
||||||
if("mentalfocus")
|
if("mentalfocus")
|
||||||
feedback_add_details("wizard_spell_learned","MF") //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","MF") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
|
||||||
new /obj/item/weapon/gun/energy/staff/focus(get_turf(H))
|
new /obj/item/weapon/gun/energy/staff/focus(get_turf(H))
|
||||||
|
|||||||
Reference in New Issue
Block a user