This commit is contained in:
SandPoot
2023-01-23 20:44:28 -03:00
parent e292452aae
commit 54641ce201
103 changed files with 730 additions and 232 deletions
+4 -2
View File
@@ -5,9 +5,11 @@
min_players = 25
max_occurrences = 1
dynamic_should_hijack = TRUE
category = EVENT_CATEGORY_ENTITIES
description = "A xenomorph larva spawns on a random vent."
/datum/round_event/ghost_role/alien_infestation
announceWhen = 400
announce_when = 400
minimum_required = 1
role_name = "alien larva"
@@ -19,7 +21,7 @@
/datum/round_event/ghost_role/alien_infestation/setup()
announceWhen = rand(announceWhen, announceWhen + 50)
announce_when = rand(announce_when, announce_when + 50)
if(prob(50))
spawncount++