Skip to content

Commit

Permalink
added secret monkey event
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Sep 26, 2024
1 parent 1233bb8 commit 201999e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions code/modules/events/portal_storm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@
/mob/living/basic/construct/wraith/hostile = 6,
)

//begin monkestation edit
/datum/round_event_control/portal_storm_monkey
name = "Portal Storm: Monkeys"
typepath = /datum/round_event/portal_storm/portal_storm_monkey
weight = 4
max_occurrences = 1
earliest_start = 25 MINUTES
category = EVENT_CATEGORY_ENTITIES
track = EVENT_TRACK_MAJOR
description = "Anrgy monkeys pour out of portals."

/datum/round_event/portal_storm/portal_storm_monkey
boss_types = list(/mob/living/basic/gorilla/lesser = 1)
hostile_types = list(
/mob/living/carbon/human/species/monkey/angry = 10,
)

//end monkestation edit
/datum/round_event/portal_storm
start_when = 7
end_when = 999
Expand Down

0 comments on commit 201999e

Please sign in to comment.