This commit is contained in:
Geeves
2021-03-01 17:40:59 +02:00
committed by GitHub
parent 0d5ada01c8
commit 714448e714
42 changed files with 307 additions and 497 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
var/force_piano = FALSE
var/broken = 0 //Whether or not the piano can actually be played.
/obj/structure/device/piano/New()
/obj/structure/device/piano/Initialize(mapload)
. = ..()
if(prob(50) && !force_piano)
name = "space minimoog"
desc = "This is a minimoog, like a space piano, but more spacey!"