Skip to content

Commit

Permalink
Merge pull request #3469 from cyberillithid/autoinjector-band
Browse files Browse the repository at this point in the history
Autoinjector band
  • Loading branch information
out-of-phaze authored Oct 27, 2023
2 parents 3c6a125 + 00fe06f commit e4c67e3
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 e4c67e3

Please sign in to comment.