mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
/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)
|
|
return 1
|
|
..() |