send
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
weight = -1
|
||||
max_occurrences = 1
|
||||
earliest_start = 0 MINUTES
|
||||
category = EVENT_CATEGORY_HOLIDAY
|
||||
description = "Hides surprise filled easter eggs in maintenance."
|
||||
|
||||
/datum/round_event/easter/announce(fake)
|
||||
priority_announce(pick("Hip-hop into Easter!","Find some Bunny's stash!","Today is National 'Hunt a Wabbit' Day.","Be kind, give Chocolate Eggs!"))
|
||||
@@ -16,6 +18,8 @@
|
||||
typepath = /datum/round_event/rabbitrelease
|
||||
weight = 5
|
||||
max_occurrences = 10
|
||||
category = EVENT_CATEGORY_HOLIDAY
|
||||
description = "Summons a wave of cute rabbits."
|
||||
|
||||
/datum/round_event/rabbitrelease/announce(fake)
|
||||
priority_announce("Unidentified furry objects detected coming aboard [station_name()]. Beware of Adorable-ness.", "Fluffy Alert", "aliens")
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
weight = -1 //forces it to be called, regardless of weight
|
||||
max_occurrences = 1
|
||||
earliest_start = 0 MINUTES
|
||||
category = EVENT_CATEGORY_HOLIDAY
|
||||
description = "Spawns Jacq, a friendly mob that gives players a couple fun stuff to do."
|
||||
|
||||
/datum/round_event/jacqueen/start()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user