Lowered Pirate Spawn Chance

This commit is contained in:
Dahlular
2020-08-21 22:33:51 -06:00
committed by GitHub
parent aaabc39fb9
commit fbb05ca26a
+3 -3
View File
@@ -1,10 +1,10 @@
/datum/round_event_control/pirates
name = "Space Pirates"
typepath = /datum/round_event/pirates
weight = 8
weight = 4
max_occurrences = 1
min_players = 10
earliest_start = 30 MINUTES
min_players = 15
earliest_start = 50 MINUTES
gamemode_blacklist = list("nuclear")
/datum/round_event_control/pirates/preRunEvent()