Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrainx committed Apr 20, 2024
1 parent d535302 commit 2c22422
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 @@ -577,7 +577,7 @@
var/datum/track/R = new ()

/obj/item/record_disk/Initialize() //moves them a bit so they are not all accumulated on the same pixel
..()
. = ..()
name = "Generic record disk" // the name changes with music
pixel_x = rand(-3, 3)
pixel_y = rand(-3, 3)
Expand Down

0 comments on commit 2c22422

Please sign in to comment.