Skip to content

Commit

Permalink
adding 1 arcane because he has fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 5, 2024
1 parent e974918 commit 763f27f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/jobs/job_types/roguetown/yeomen/archivist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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)


0 comments on commit 763f27f

Please sign in to comment.