Skip to content

Commit

Permalink
Dwarves are better at smithing. (#4372)
Browse files Browse the repository at this point in the history
* Update anvil_minigame.dm

* Update anvil_minigame.dm

* Update monkestation/code/modules/smithing/minigame/anvil_minigame.dm

---------

Co-authored-by: wraith-54321 <[email protected]>
  • Loading branch information
Uristthedorf and wraith-54321 authored Nov 25, 2024
1 parent 14865ed commit f9d25e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monkestation/code/modules/smithing/minigame/anvil_minigame.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
total_notes = end_product_recipe.total_notes

difficulty = max(1,round(selected_recipe.difficulty + difficulty_modifier - (user.mind.get_skill_level(/datum/skill/smithing) - 3))) //Better smiths have easier times
if(HAS_TRAIT(user, TRAIT_DWARF) && difficulty > 1) //Dwarves are better at smithing.
difficulty--

generate_anvil_beats(TRUE)

Expand Down

0 comments on commit f9d25e5

Please sign in to comment.