Merge pull request #7303 from BillyBangles/deep-blue-can-suck-my-toe

Adds chess pieces and chessboard holodeck program
This commit is contained in:
Atermonera
2020-06-25 15:43:34 -04:00
committed by VirgoBot
parent f4456eaa54
commit c5bca5d257
9 changed files with 217 additions and 12 deletions
+1
View File
@@ -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())
)