mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
/obj/structure/largecrate/piano
|
|
name = "piano crate"
|
|
starts_with = list(/obj/structure/musician/piano)
|
|
desc = "*Grand piano may end up being a minimoog."
|
|
|
|
/obj/structure/largecrate/piano/Initialize(mapload) //This is nessesary to get a random one each time.
|
|
starts_with = list(/obj/structure/musician/piano)
|
|
return ..()
|