send
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
weight = 7
|
||||
max_occurrences = 1
|
||||
min_players = 5
|
||||
|
||||
category = EVENT_CATEGORY_HEALTH
|
||||
description = "Spawns a sentient disease, who wants to infect as many people as possible."
|
||||
|
||||
/datum/round_event/ghost_role/sentient_disease
|
||||
role_name = "sentient disease"
|
||||
|
||||
@@ -220,6 +220,8 @@
|
||||
typepath = /datum/round_event/ghost_role/morph
|
||||
weight = 0 //Admin only
|
||||
max_occurrences = 1
|
||||
category = EVENT_CATEGORY_ENTITIES
|
||||
description = "Spawns a hungry shapeshifting blobby creature."
|
||||
|
||||
/datum/round_event/ghost_role/morph
|
||||
minimum_required = 1
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
weight = 7
|
||||
max_occurrences = 1
|
||||
min_players = 5
|
||||
|
||||
category = EVENT_CATEGORY_ENTITIES
|
||||
description = "Spawns an angry, soul sucking ghost."
|
||||
|
||||
/datum/round_event/ghost_role/revenant
|
||||
var/ignore_mobcheck = FALSE
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
max_occurrences = 1
|
||||
earliest_start = 1 HOURS
|
||||
min_players = 20
|
||||
category = EVENT_CATEGORY_ENTITIES
|
||||
description = "Spawns a slaughter demon, to hunt by travelling through pools of blood."
|
||||
|
||||
/datum/round_event_control/slaughter/canSpawnEvent()
|
||||
weight = initial(src.weight)
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
earliest_start = 30 MINUTES
|
||||
min_players = 35
|
||||
dynamic_should_hijack = TRUE
|
||||
|
||||
category = EVENT_CATEGORY_INVASION
|
||||
description = "A robotic menace invades the station consuming everything for materials and reproducing."
|
||||
|
||||
/datum/round_event/spawn_swarmer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user