Update holidays.dm

This commit is contained in:
kevinz000
2019-10-13 13:52:17 -07:00
committed by GitHub
parent d28b0fa5f9
commit bf1d4ed7d4
+7
View File
@@ -536,3 +536,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