From 0e62ab1adc4beae3cf05c7ee0a46043c8fd3522c Mon Sep 17 00:00:00 2001 From: JJRcop Date: Sun, 8 Dec 2013 20:41:02 -0500 Subject: [PATCH] Adds Doomsday to holidays --- code/modules/events/event_manager.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/event_manager.dm b/code/modules/events/event_manager.dm index 7bdc7d663cc..b41e08d2d0c 100644 --- a/code/modules/events/event_manager.dm +++ b/code/modules/events/event_manager.dm @@ -231,6 +231,7 @@ var/datum/controller/event/events switch(DD) if(10) holiday = "Human-Rights Day" if(14) holiday = "Monkey Day" + if(21) holiday = "Mayan Doomsday Anniversary" if(22) holiday = "Orgasming Day" //lol. These all actually exist if(24) holiday = "Xmas" if(25) holiday = "Xmas"