Skip to content

Commit

Permalink
organizing spelllist
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 5, 2024
1 parent 285f3c5 commit fb1eb8b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code/modules/jobs/job_types/roguetown/church/priest.dm
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,3 @@
to_chat(src, span_warning("I need to do this from the chapel."))
return FALSE
priority_announce("[inputty]", title = "The Priest Speaks", sound = 'sound/misc/bell.ogg')

/obj/effect/proc_holder/spell/self/convertrole/templar
name = "Recruit Templar"
new_role = "Templar"
recruitment_faction = "Templars"
recruitment_message = "Serve the nine, %RECRUIT!"
accept_message = "FOR THE NINE!"
refuse_message = "I refuse."

/obj/effect/proc_holder/spell/self/convertrole/monk
name = "Recruit Acolyte"
new_role = "Acolyte"
recruitment_faction = "Church"
recruitment_message = "Serve the nine, %RECRUIT!"
accept_message = "FOR THE NINE!"
refuse_message = "I refuse."

0 comments on commit fb1eb8b

Please sign in to comment.