mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Pianist Circumcision and Misc Tweaks (#5560)
* Added * MARKER BE GONE * oops
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
var/edit = 1
|
||||
var/repeat = 0
|
||||
var/force_piano = FALSE
|
||||
var/broken = 0 //Whether or not the piano can actually be played.
|
||||
|
||||
/obj/structure/device/piano/New()
|
||||
if(prob(50) && !force_piano)
|
||||
@@ -260,6 +261,10 @@
|
||||
if(!anchored)
|
||||
return
|
||||
|
||||
if(broken)
|
||||
to_chat(user,span("notice","\The [src] seems to be broken after so many years of misuse, perhaps due to reckless hooligans breaking into the display case and carelessly bashing keys."))
|
||||
return
|
||||
|
||||
usr.machine = src
|
||||
var/dat = "<HEAD><TITLE>Piano</TITLE></HEAD><BODY>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user