Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions html/changelogs/hocka-axeman-archer-bugfix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: "Hocka"

delete-after: True

changes:
- bugfix: "Archer's Apprentice and Warden's Apprentice now get their appropriate skill modifiers."
2 changes: 1 addition & 1 deletion modular_azurepeak/virtues/combat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
custom_text = "Increases axe skill by 1, minimum apprentice. Increases tracking by 1, minimum apprentice. Capped at journeyman."
added_stashed_items = list("Iron Axe" = /datum/supply_pack/rogue/weapons/axe,
)
/datum/virtue/combat/archer/apply_to_human(mob/living/carbon/human/recipient)
/datum/virtue/combat/axeman/apply_to_human(mob/living/carbon/human/recipient)
if(recipient.mind?.get_skill_level(/datum/skill/combat/axes) < SKILL_LEVEL_APPRENTICE)
recipient.mind?.adjust_skillrank_up_to(/datum/skill/combat/axes, SKILL_LEVEL_APPRENTICE, silent = TRUE)
else
Expand Down