Skip to content

Commit

Permalink
Merge pull request tgstation#47083 from carlarctg/oranges-no
Browse files Browse the repository at this point in the history
Suffocation color blue again, lightens column color on scanners
  • Loading branch information
81Denton authored Oct 20, 2019
2 parents beb760e + dd1437a commit 3a95c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ GENE SCANNER
<td><font color='red'>[CEILING(brute_loss,1)]</font></td>\
<td><font color='orange'>[CEILING(fire_loss,1)]</font></td>\
<td><font color='green'>[CEILING(tox_loss,1)]</font></td>\
<td><font color='purple'>[CEILING(oxy_loss,1)]</font></td></tr>"
<td><font color='blue'>[CEILING(oxy_loss,1)]</font></td></tr>"

for(var/o in damaged)
var/obj/item/bodypart/org = o //head, left arm, right arm, etc.
Expand Down

0 comments on commit 3a95c65

Please sign in to comment.