mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
powder that makes you say yes
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/obj/structure/largecrate/piano
|
||||
name = "piano crate"
|
||||
starts_with = list(/obj/structure/device/piano)
|
||||
starts_with = list(/obj/structure/musician/piano)
|
||||
desc = "*Grand piano may end up being a minimoog."
|
||||
|
||||
/obj/structure/largecrate/piano/Initialize() //This is nessesary to get a random one each time.
|
||||
starts_with = list(pick(/obj/structure/device/piano/minimoog,
|
||||
/obj/structure/device/piano))
|
||||
return ..()
|
||||
starts_with = list(/obj/structure/musician/piano)
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user