Holodeck update and map tweaks

3 new holodeck programs, a gym, a game room, and a medical patient ward

Also add some more lights to the showers after the previous change.
This commit is contained in:
VerySoft
2021-11-01 17:52:20 -04:00
parent e6df0202f3
commit 375ec20f90
4 changed files with 1405 additions and 957 deletions
+3
View File
@@ -64,6 +64,9 @@
"Courtroom" = new/datum/holodeck_program(/area/holodeck/source_courtroom, list('sound/music/traitor.ogg')),
"Chessboard" = new/datum/holodeck_program(/area/holodeck/source_chess),
"Micro Building Area" = new/datum/holodeck_program(/area/holodeck/source_smoleworld), //VOREStation add
"Gym" = new/datum/holodeck_program(/area/holodeck/source_gym), //VOREStation add
"Game Room" = new/datum/holodeck_program(/area/holodeck/source_game_room), //VOREStation add
"Patient Ward" = new/datum/holodeck_program(/area/holodeck/source_patient_ward), //VOREStation add
"Turn Off" = new/datum/holodeck_program(/area/holodeck/source_plating, list())
)