Files
CHOMPStation2/code/global_vr.dm
2024-12-12 02:11:06 +01:00

24 lines
1013 B
Plaintext

var/list/vinestart = list()
var/list/verminstart = list()
var/list/awayabductors = list() // List of scatter landmarks for Abductors in Gateways
var/list/eventdestinations = list() // List of scatter landmarks for VOREStation event portals
var/list/eventabductors = list() // List of scatter landmarks for VOREStation abductor portals
// Some "scary" sounds.
/* CHOMPEdit Start
var/static/list/scawwySownds = list(
'sound/voice/ScawwySownds/a scawey sownd.ogg',
'sound/voice/ScawwySownds/is that you.ogg',
'sound/voice/ScawwySownds/lookit this darkness wow.ogg',
'sound/voice/ScawwySownds/maint preds.ogg',
'sound/voice/ScawwySownds/spooky sounds.ogg',
'sound/voice/ScawwySownds/sus.ogg',
'sound/voice/ScawwySownds/this is scaewy.ogg',
'sound/voice/ScawwySownds/what is that behind you.ogg',
'sound/voice/ScawwySownds/what you doin over dere.ogg',
'sound/voice/ScawwySownds/whats up with all the trash.ogg',
'sound/voice/ScawwySownds/youre afraid of the dark arent you.ogg'
)
*/ // CHOMPedit End