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 fb1eb8b commit e974918
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions code/modules/jobs/job_types/roguetown/garrison/bogmaster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,3 @@
ADD_TRAIT(H, TRAIT_HEAVYARMOR, TRAIT_GENERIC)
ADD_TRAIT(H, TRAIT_MEDIUMARMOR, TRAIT_GENERIC)
ADD_TRAIT(H, TRAIT_STEELHEARTED, TRAIT_GENERIC)

/obj/effect/proc_holder/spell/self/convertrole/bog
name = "Recruit Bogmen"
new_role = "Bog Guard"
recruitment_faction = "Bog Guard"
recruitment_message = "Serve the bog, %RECRUIT!"
accept_message = "FOR THE BOG!"
refuse_message = "I refuse."

/obj/effect/proc_holder/spell/self/convertrole/bog/convert(mob/living/carbon/human/recruit, mob/living/carbon/human/recruiter)
. = ..()
if(!.)
return
recruit.verbs |= /mob/proc/haltyell

0 comments on commit e974918

Please sign in to comment.