From e974918a42c2706c3b931dc3a5b17447129e0c02 Mon Sep 17 00:00:00 2001 From: AllanR Date: Thu, 5 Sep 2024 13:20:01 -0300 Subject: [PATCH] organizing spelllist --- .../job_types/roguetown/garrison/bogmaster.dm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/code/modules/jobs/job_types/roguetown/garrison/bogmaster.dm b/code/modules/jobs/job_types/roguetown/garrison/bogmaster.dm index 59c34418..1a42c946 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/bogmaster.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/bogmaster.dm @@ -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 -