Merge pull request #4796 from tacoguy7765093/VRfix-it-JUST-works

Adds a VR room and a functioning VR map for all your sandbox needs.
This commit is contained in:
Nadyr
2022-10-24 17:13:51 -04:00
committed by GitHub
9 changed files with 2765 additions and 433 deletions
+1
View File
@@ -1,6 +1,7 @@
/mob
var/voice_freq = 42500 // Preference for character voice frequency
var/list/voice_sounds_list = list() // The sound list containing our voice sounds!
var/died_in_vr = FALSE //For virtual reality sleepers
/mob/is_incorporeal()
if(incorporeal_move)