mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Kitchen, Bar, Chapel, Library, and Hydroponics Map Overhaul (#5332)
Massively modifies all locations mentioned in the title to be significantly more optimized and pleasing to the eye.
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
var/help = 0
|
||||
var/edit = 1
|
||||
var/repeat = 0
|
||||
var/force_piano = FALSE
|
||||
|
||||
/obj/structure/device/piano/New()
|
||||
if(prob(50))
|
||||
if(prob(50) && !force_piano)
|
||||
name = "space minimoog"
|
||||
desc = "This is a minimoog, like a space piano, but more spacey!"
|
||||
icon_state = "minimoog"
|
||||
|
||||
Reference in New Issue
Block a user