Skip to content

Commit

Permalink
veth's birthday bash (#3556)
Browse files Browse the repository at this point in the history
* Create vethbirthday.dm

* duh

* Delete vethbirthday.dm

* update
  • Loading branch information
Veth-s authored Oct 3, 2024
1 parent 2515f7b commit b3330ca
Show file tree
Hide file tree
Showing 40 changed files with 49 additions and 0 deletions.
34 changes: 34 additions & 0 deletions monkestation/code/datums/announcers/vethday.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/datum/centcom_announcer/vethday
welcome_sounds = list('monkestation/sound/ai/vethbirthday/welcome/ccveth.ogg')

alert_sounds = list('monkestation/sound/ai/vethbirthday/alerts/chenAlerts5.ogg',
'monkestation/sound/ai/vethbirthday/alerts/fortuneMiaow.ogg',
'monkestation/sound/ai/vethbirthday/alerts/mpg40Cakes.ogg',
'monkestation/sound/ai/vethbirthday/alerts/mpg500rods.ogg',
'monkestation/sound/ai/vethbirthday/alerts/mpgStartRoleplaying.ogg',
'monkestation/sound/ai/vethbirthday/alerts/ookJpegs.ogg',
'monkestation/sound/ai/vethbirthday/alerts/sneakyBonkNoisesHere.ogg',
'monkestation/sound/ai/vethbirthday/alerts/sneakyListenup.ogg')

command_report_sounds = list('monkestation/sound/ai/vethbirthday/commandreport/chenCommandreport1.ogg',
'monkestation/sound/ai/vethbirthday/commandreport/chenCommandreport2.ogg',
'monkestation/sound/ai/vethbirthday/commandreport/abCentcomMessage.ogg')

event_sounds = list(ANNOUNCER_AIMALF = 'monkestation/sound/ai/vethbirthday/sneakyAimalf.ogg',
ANNOUNCER_ALIENS = 'monkestation/sound/ai/vethbirthday/abAliens.ogg',
ANNOUNCER_ANIMES = 'monkestation/sound/ai/vethbirthday/sneakyAnimes.ogg',
ANNOUNCER_GRANOMALIES = 'monkestation/sound/ai/vethbirthday/abGravAnom.ogg',
ANNOUNCER_INTERCEPT = 'monkestation/sound/ai/vethbirthday/abEnemyCommunications.ogg',
ANNOUNCER_IONSTORM = 'monkestation/sound/ai/vethbirthday/abIonStorm.ogg',
ANNOUNCER_METEORS = 'monkestation/sound/ai/vethbirthday/abMeteors.ogg',
ANNOUNCER_OUTBREAK5 = 'monkestation/sound/ai/vethbirthday/vethBiohazard5.ogg',
ANNOUNCER_OUTBREAK7 = 'monkestation/sound/ai/vethbirthday/chenVirus.ogg',
ANNOUNCER_POWEROFF = 'monkestation/sound/ai/vethbirthday/chenPoweroff.ogg',
ANNOUNCER_POWERON = 'monkestation/sound/ai/vethbirthday/poobsPowerOn.ogg',
ANNOUNCER_RADIATION = 'monkestation/sound/ai/vethbirthday/chenRadiation.ogg',
ANNOUNCER_SHUTTLECALLED = 'monkestation/sound/ai/vethbirthday/abShuttleCalled.ogg',
ANNOUNCER_SHUTTLEDOCK = 'monkestation/sound/ai/vethbirthday/abShuttleDocked.ogg',
ANNOUNCER_SHUTTLERECALLED = 'monkestation/sound/ai/vethbirthday/abShuttleRecalled.ogg',
ANNOUNCER_SPANOMALIES = 'monkestation/sound/ai/vethbirthday/chenSpanomalies.ogg')


14 changes: 14 additions & 0 deletions monkestation/code/datums/station_traits/neutral_traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@
/datum/station_trait/announcement_dagoth/New()
. = ..()
SSstation.announcer = /datum/centcom_announcer/dagoth

/datum/station_trait/announcement_veth_birthday
name = "Announcement Veth's Birthday"
trait_type = STATION_TRAIT_NEUTRAL
weight = 0
show_in_report = TRUE
report_message = "It's my birthday hehe"
blacklist = list(/datum/station_trait/announcement_medbot, /datum/station_trait/birthday, /datum/station_trait/announcement_duke, /datum/station_trait/announcement_dagoth, /datum/station_trait/announcement_intern)

/datum/station_trait/announcement_veth_birthday/New()
. = ..()
SSstation.announcer = /datum/centcom_announcer/vethday


Binary file added monkestation/sound/ai/vethbirthday/abAIMalf.ogg
Binary file not shown.
Binary file added monkestation/sound/ai/vethbirthday/abAliens.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added monkestation/sound/ai/vethbirthday/abMeteors.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added monkestation/sound/ai/vethbirthday/abPowerOff.ogg
Binary file not shown.
Binary file added monkestation/sound/ai/vethbirthday/abPowerOn.ogg
Binary file not shown.
Binary file added monkestation/sound/ai/vethbirthday/abRadStorm.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 added monkestation/sound/ai/vethbirthday/chenVirus.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.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5832,6 +5832,7 @@
#include "monkestation\code\datums\ai_laws\laws_monke.dm"
#include "monkestation\code\datums\announcers\dagoth.dm"
#include "monkestation\code\datums\announcers\duke.dm"
#include "monkestation\code\datums\announcers\vethday.dm"
#include "monkestation\code\datums\armor\_armor.dm"
#include "monkestation\code\datums\brain_damage\magic.dm"
#include "monkestation\code\datums\brain_damage\phobia.dm"
Expand Down

0 comments on commit b3330ca

Please sign in to comment.