diff --git a/code/modules/jobs/job_types/roguetown/yeomen/archivist.dm b/code/modules/jobs/job_types/roguetown/yeomen/archivist.dm index a21f10a6..547a0a70 100644 --- a/code/modules/jobs/job_types/roguetown/yeomen/archivist.dm +++ b/code/modules/jobs/job_types/roguetown/yeomen/archivist.dm @@ -6,7 +6,7 @@ faction = "Station" total_positions = 1 spawn_positions = 1 - spells = list(/obj/effect/proc_holder/spell/invoked/projectile/fetch) + spells = list(/obj/effect/proc_holder/spell/arcane/projectile/fetch) allowed_races = list( "Humen", "Elf", @@ -46,9 +46,8 @@ H.mind.adjust_skillrank(/datum/skill/misc/alchemy, 6, TRUE) H.mind.adjust_skillrank(/datum/skill/misc/medicine, 3, TRUE) H.mind.adjust_skillrank(/datum/skill/misc/riding, 2, TRUE) + H.mind.adjust_skillrank(/datum/skill/magic/arcane, 1, TRUE) H.change_stat("strength", -2) H.change_stat("intelligence", 8) H.change_stat("constitution", -2) H.change_stat("speed", -2) - -