Skip to content

Commit

Permalink
Update external.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Sep 13, 2024
1 parent 1751a84 commit ec6f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/external/external.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
var/burn_damage = 0
switch(severity)
if (1)
burn_damage += rand(8, 10)
burn_damage += rand(10, 12)
if (2)
burn_damage += rand(6.5, 8)
if(3)
Expand Down

0 comments on commit ec6f03e

Please sign in to comment.