code/modules/holiday/holidays.dm
/datum/holiday/garbageday | Garbage DAYYYYY Huh?.... NOOOO GUNSHOT AHHHGHHHHHHH |
---|---|
/proc/poll_holiday | Takes a holiday datum, a starting month, ending month, max amount of days to test in, and min/max year as input Returns a list in the form list("yyyy/m/d", ...) representing all days the holiday runs on in the tested range |
/proc/print_holiday | Does the same as /proc/poll_holiday, but prints the output to admins instead of returning it |