Merge pull request #1077 from tigercat2000/HolidayDatums

Change holidays into datums
This commit is contained in:
ZomgPonies
2015-05-17 13:51:32 -04:00
10 changed files with 501 additions and 11 deletions
+5 -2
View File
@@ -158,8 +158,11 @@ var/global/datum/controller/gameticker/ticker
world << "<FONT color='blue'><B>Enjoy the game!</B></FONT>"
world << sound('sound/AI/welcome.ogg') // Skie
//Holiday Round-start stuff ~Carn
Holiday_Game_Start()
if(holiday_master.holidays)
world << "<font color='blue'>and...</font>"
for(var/holidayname in holiday_master.holidays)
var/datum/holiday/holiday = holiday_master.holidays[holidayname]
world << "<h4>[holiday.greet()]</h4>"
spawn(0) // Forking dynamic room selection
var/list/area/dynamic/source/available_source_candidates = typesof(/area/dynamic/source) - /area/dynamic/source