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
+5 -3
View File
@@ -5,6 +5,8 @@
min_players = 2
earliest_start = 10 MINUTES
max_occurrences = 6
category = EVENT_CATEGORY_ENTITIES
description = "Summons a school of space carp."
/datum/round_event_control/carp_migration/New()
. = ..()
@@ -14,12 +16,12 @@
earliest_start *= 0.5
/datum/round_event/carp_migration
announceWhen = 3
startWhen = 50
announce_when = 3
start_when = 50
var/hasAnnounced = FALSE
/datum/round_event/carp_migration/setup()
startWhen = rand(40, 60)
start_when = rand(40, 60)
/datum/round_event/carp_migration/announce(fake)
if(prob(50))