Skip to content

Commit

Permalink
Fixes invisible jukebox sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
BogCreature committed Oct 15, 2023
1 parent 994c9e8 commit 7292a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/dance_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
return ..()

/obj/machinery/jukebox/update_icon_state()
icon_state = "[initial(icon_state)]-[active ? "active" : null]"
icon_state = "[initial(icon_state)][active ? "active" : null]"
return ..()

/obj/machinery/jukebox/ui_status(mob/user)
Expand Down

0 comments on commit 7292a32

Please sign in to comment.