Skip to content

Commit

Permalink
Reagent detail overlay fixes ScavStation/ScavStation#808
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberillithid committed Oct 26, 2023
1 parent 6494bb8 commit 00fe06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/obj/item/chems/on_update_icon()
. = ..()
if(detail_state)
add_overlay(overlay_image(icon, "[icon_state][detail_state]", detail_color || COLOR_WHITE, RESET_COLOR))
add_overlay(overlay_image(icon, "[initial(icon_state)][detail_state]", detail_color || COLOR_WHITE, RESET_COLOR))

/obj/item/chems/proc/update_container_name()
var/newname = get_base_name()
Expand Down

0 comments on commit 00fe06f

Please sign in to comment.