From 2a9c39ad2f1e7e1fb26c60e7fd3b74fa02e90bcc Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 17 Jan 2019 15:00:31 -0500 Subject: [PATCH] Merge pull request #42393 from 81Denton/life-day Adds Life Day holiday --- code/modules/holiday/holidays.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index d572c1972d1a..200aec066d7f 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -482,6 +482,14 @@ Since Ramadan is an entire month that lasts 29.5 days on average, the start and return TRUE return FALSE +/datum/holiday/lifeday + name = "Life Day" + begin_day = 17 + begin_month = NOVEMBER + +/datum/holiday/lifeday/getStationPrefix() + return pick("Itchy", "Lumpy", "Malla", "Kazook") //he really pronounced it "Kazook", I wish I was making shit up + /datum/holiday/doomsday name = "Mayan Doomsday Anniversary" begin_day = 21