mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #1077 from tigercat2000/HolidayDatums
Change holidays into datums
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user