mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
New Check (#11304)
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user