Skip to content

Commit

Permalink
Update organ_external.dm (#36811)
Browse files Browse the repository at this point in the history
  • Loading branch information
boy2mantwicethefam authored Jul 23, 2024
1 parent 55ae7c0 commit bbad9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/organ_external.dm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
return
else
if(sharp || is_peg())
if(prob((5 * brute) * sharp)) //sharp things have a greater chance to sever based on how sharp they are
if(prob((5 * brute) * (sharp ? sharp : 1))) //sharp things have a greater chance to sever based on how sharp they are
droplimb(1)
return
else if(!sharp && brute > 15) //Massive blunt damage can result in limb explosion
Expand Down

0 comments on commit bbad9a6

Please sign in to comment.