mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
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:
@@ -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())
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user