Skip to content

Commit

Permalink
Update code/datums/components/crafting/crafting.dm
Browse files Browse the repository at this point in the history
Co-authored-by: DimmaDunk <[email protected]>
  • Loading branch information
NPC1314 and ThePainkiller authored Sep 26, 2024
1 parent 474d893 commit 73a5cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/crafting/crafting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
continue
if(!prob(prob2craft))
if(user.client?.prefs.showrolls)
to_chat(user, "<span class='danger'>I've failed to craft [R.name]... [prob2craft]%</span>")
to_chat(user, "<span class='danger'>I've failed to craft [R.name]. (Success chance: [prob2craft]%)</span>")
continue
to_chat(user, "<span class='danger'>I've failed to craft [R.name].</span>")
continue
Expand Down

0 comments on commit 73a5cc6

Please sign in to comment.