diff --git a/code/game/objects/structures/musician.dm b/code/game/objects/structures/musician.dm index 8d62168f7c..1265594eff 100644 --- a/code/game/objects/structures/musician.dm +++ b/code/game/objects/structures/musician.dm @@ -328,6 +328,8 @@ density = TRUE var/datum/song/song +/obj/structure/piano/unanchored + anchored = FALSE /obj/structure/piano/New() ..() diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 4269de6069..05a6f20807 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -1596,7 +1596,7 @@ /obj/item/device/instrument/trombone, /obj/item/device/instrument/recorder, /obj/item/device/instrument/harmonica, - /obj/structure/piano) + /obj/structure/piano/unanchored) name = "Big band instrument collection" cost = 5000 crate_name = "Big band musical instruments collection"