mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
24 lines
1013 B
Plaintext
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
|