Merge pull request #13452 from KorPhaeron/too_many_ghosts

Revenant event can only occur once per round
This commit is contained in:
Razharas
2015-12-06 17:21:05 +03:00
@@ -4,7 +4,7 @@
name = "Spawn Revenant"
typepath = /datum/round_event/revenant
weight = 7
max_occurrences = 3
max_occurrences = 1
earliest_start = 6000 //Meant to mix things up early-game.