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>"
@@ -0,0 +1,38 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
#################################
# Your name.
author: BurgerBB
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- bugfix: "Readds missing library equipment to the library. Adjusted tables in the bar to seem less uniform. Reduced the sizes of the booth as metacliques are only 4 players max in size. Fixes missing hydroponics glass. Adds missing hydroponics sink in hydroponics for real now."
- maptweak: "Places Alberyk's slot machines in the bar."
File diff suppressed because it is too large Load Diff