From 23111a51bc96a74960a7434e334d1e6c4c652fd1 Mon Sep 17 00:00:00 2001 From: Denton <32391752+81Denton@users.noreply.github.com> Date: Wed, 16 Jan 2019 21:53:09 +0100 Subject: [PATCH] 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 9ae4dc40cfc..dea6989621e 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