Skip to content

Commit

Permalink
greyscale -> grayscale (dumbdumb)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 31, 2023
1 parent 4c7e73d commit 8eda2d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/organs/limbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@
owner = mob_owner

wound_overlay = image('icons/mob/humans/dam_human.dmi', "grayscale_0", -DAMAGE_LAYER)
wound_overlay.blend_mode = BLEND_INSET_OVERLAY
wound_overlay.color = owner?.species.blood_color

burn_overlay = image('icons/mob/humans/dam_human.dmi', "burn_0", -DAMAGE_LAYER)
burn_overlay.blend_mode = BLEND_INSET_OVERLAY

if(owner)
forceMove(owner)
Expand Down Expand Up @@ -1252,7 +1250,7 @@ treat_grafted var tells it to apply to grafted but unsalved wounds, for burn kit

var/burnstate = copytext(damage_state, 2)
if(burnstate != "0")
burn_overlay.icon_state = "burn_[icon_name1]_[burnstate]"
burn_overlay.icon_state = "burn_[icon_name]_[burnstate]"
. += wound_overlay

/*
Expand Down
Binary file modified icons/mob/humans/dam_human.dmi
Binary file not shown.

0 comments on commit 8eda2d4

Please sign in to comment.