Skip to content

Commit

Permalink
monkenoise
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Sep 26, 2024
1 parent b0a8cdc commit 9bc9e08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/modules/events/portal_storm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,18 @@
description = "Anrgy monkeys pour out of portals."

/datum/round_event/portal_storm/portal_storm_monkey
sound_to_playing_players('monkestation/sound/misc/monkeystorm.ogg')
boss_types = list(/mob/living/basic/gorilla/lesser = 1)
hostile_types = list(
/mob/living/carbon/human/species/monkey/angry = 10,
)

/datum/round_event/portal_storm/portal_storm_monkey/announce(fake)
set waitfor = 0
sound_to_playing_players('sound/magic/lightning_chargeup.ogg')
sleep(8 SECONDS)
priority_announce("Massive bluespace anomaly detected en route to [station_name()]. Brace for impact.")
sleep(2 SECONDS)
sound_to_playing_players('monkestation/sound/misc/monkeystorm.ogg')

//end monkestation edit
/datum/round_event/portal_storm
Expand Down

0 comments on commit 9bc9e08

Please sign in to comment.