Merge pull request #9487 from Citadel-Station-13/spooky

adds an easy way for admins to force enable halloween races without the rest of halloween's code
This commit is contained in:
nik707
2019-11-20 23:00:09 -06:00
committed by GitHub
2 changed files with 12 additions and 2 deletions
+7
View File
@@ -546,3 +546,10 @@ Since Ramadan is an entire month that lasts 29.5 days on average, the start and
/datum/holiday/easter/getStationPrefix()
return pick("Fluffy","Bunny","Easter","Egg")
//Random citadel thing for halloween species
/proc/force_enable_halloween_species()
var/list/oldlist = SSevents.holidays
SSevents.holidays = list(HALLOWEEN = new /datum/holiday/halloween)
generate_selectable_species(FALSE)
SSevents.holidays = oldlist