Skip to content

Commit

Permalink
adds mining to dwarf artificer (#325)
Browse files Browse the repository at this point in the history
for rock and stone adds mining skill to dwarf artificer
  • Loading branch information
marklyfied authored Dec 26, 2024
1 parent da97817 commit 289af80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/viking/highking.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
H.mind.adjust_skillrank_up_to(/datum/skill/craft/blacksmithing, 4, TRUE)
H.mind.adjust_skillrank_up_to(/datum/skill/combat/firearms, 4, TRUE)
H.mind.adjust_skillrank_up_to(/datum/skill/craft/smelting, 4, TRUE)

H.mind.adjust_skillrank_up_to(/datum/skill/labor/mining, 4, TRUE)
H.change_stat("strength", 2)
H.change_stat("intelligence", 3)
H.change_stat("constitution", 2)
Expand Down

0 comments on commit 289af80

Please sign in to comment.