mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
adds chessboard holodeck program
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
"Theatre" = new/datum/holodeck_program(/area/holodeck/source_theatre),
|
||||
"Meetinghall" = new/datum/holodeck_program(/area/holodeck/source_meetinghall),
|
||||
"Courtroom" = new/datum/holodeck_program(/area/holodeck/source_courtroom, list('sound/music/traitor.ogg')),
|
||||
"Chessboard" = new/datum/holodeck_program(/area/holodeck/source_chess),
|
||||
"Turn Off" = new/datum/holodeck_program(/area/holodeck/source_plating, list())
|
||||
)
|
||||
|
||||
|
||||
@@ -111,6 +111,18 @@
|
||||
if(prob(10))
|
||||
add_overlay("asteroid[rand(0,9)]")
|
||||
|
||||
/turf/simulated/floor/holofloor/bmarble
|
||||
name = "marble"
|
||||
icon = 'icons/turf/flooring/misc.dmi'
|
||||
icon_state = "darkmarble"
|
||||
initial_flooring = /decl/flooring/bmarble
|
||||
|
||||
/turf/simulated/floor/holofloor/wmarble
|
||||
name = "marble"
|
||||
icon = 'icons/turf/flooring/misc.dmi'
|
||||
icon_state = "lightmarble"
|
||||
initial_flooring = /decl/flooring/wmarble
|
||||
|
||||
/obj/structure/holostool
|
||||
name = "stool"
|
||||
desc = "Apply butt."
|
||||
|
||||
Reference in New Issue
Block a user