Pianist Circumcision and Misc Tweaks (#5560)

* Added

* MARKER BE GONE

* oops
This commit is contained in:
BurgerLUA
2018-11-05 23:37:57 +01:00
committed by Werner
parent 7e4041671e
commit fe2aa75b00
3 changed files with 584 additions and 498 deletions
+5
View File
@@ -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>"