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
+2 -1
View File
@@ -5,6 +5,7 @@
max_occurrences = 5
earliest_start = 0 MINUTES
can_be_midround_wizard = FALSE
description = "Gives everyone a random race."
/datum/round_event/wizard/race
var/list/stored_name
@@ -16,7 +17,7 @@
stored_name = list()
stored_species = list()
stored_dna = list()
endWhen = rand(600,1200) //10 to 20 minutes
end_when = rand(600,1200) //10 to 20 minutes
..()
/datum/round_event/wizard/race/start()