Skip to content

Commit

Permalink
New voice actor
Browse files Browse the repository at this point in the history
  • Loading branch information
FeenieRU committed Nov 21, 2024
1 parent aaaebb2 commit cda7f0e
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tff_modular/modules/custom_announcers/glados/announcer.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/datum/centcom_announcer/glados
welcome_sounds = list('tff_modular/modules/custom_announcers/glados/sound/welcome.ogg')
alert_sounds = list('tff_modular/modules/custom_announcers/glados/sound/attention.ogg')
command_report_sounds = list('tff_modular/modules/custom_announcers/glados/sound/commandreport.ogg')
event_sounds = list(ANNOUNCER_AIMALF = 'sound/announcer/default/aimalf.ogg',
ANNOUNCER_ALIENS = 'tff_modular/modules/custom_announcers/glados/sound/aliens.ogg',
ANNOUNCER_ANIMES = 'tff_modular/modules/custom_announcers/glados/sound/animes.ogg',
ANNOUNCER_GRANOMALIES = 'tff_modular/modules/custom_announcers/glados/sound/granomalies.ogg',
ANNOUNCER_INTERCEPT = 'tff_modular/modules/custom_announcers/glados/sound/intercept.ogg',
ANNOUNCER_IONSTORM = 'tff_modular/modules/custom_announcers/glados/sound/ionstorm.ogg',
ANNOUNCER_METEORS = 'tff_modular/modules/custom_announcers/glados/sound/meteors.ogg',
ANNOUNCER_OUTBREAK5 = 'tff_modular/modules/custom_announcers/glados/sound/outbreak5.ogg',
ANNOUNCER_OUTBREAK7 = 'tff_modular/modules/custom_announcers/glados/sound/outbreak7.ogg',
ANNOUNCER_POWEROFF = 'tff_modular/modules/custom_announcers/glados/sound/poweroff.ogg',
ANNOUNCER_POWERON = 'tff_modular/modules/custom_announcers/glados/sound/poweron.ogg',
ANNOUNCER_RADIATION = 'tff_modular/modules/custom_announcers/glados/sound/radiation.ogg',
ANNOUNCER_SHUTTLECALLED = 'tff_modular/modules/custom_announcers/glados/sound/shuttlecalled.ogg',
ANNOUNCER_SHUTTLEDOCK = 'tff_modular/modules/custom_announcers/glados/sound/shuttledock.ogg',
ANNOUNCER_SHUTTLERECALLED = 'tff_modular/modules/custom_announcers/glados/sound/shuttlerecalled.ogg',
ANNOUNCER_SPANOMALIES = 'tff_modular/modules/custom_announcers/glados/sound/spanomalies.ogg')
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8783,6 +8783,7 @@
#include "tff_modular\modules\cqd_holsters\code\holster_injections.dm"
#include "tff_modular\modules\cqd_holsters\code\holster_storage.dm"
#include "tff_modular\modules\cqd_holsters\code\utility.dm"
#include "tff_modular\modules\custom_announcers\glados\announcer.dm"
#include "tff_modular\modules\custom_huds\code\huds.dm"
#include "tff_modular\modules\custom_objectives\code\custom_objectives.dm"
#include "tff_modular\modules\custom_revolution\code\rev_convert_item.dm"
Expand Down

0 comments on commit cda7f0e

Please sign in to comment.