From 7bb8d430e288ba227771df8e68e3786bb0b7de5a Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 12 Sep 2019 00:51:15 -0500 Subject: [PATCH] Moth week exists I guess --- code/modules/holiday/holidays.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index ed19d27b22..8216939cfc 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -402,14 +402,14 @@ begin_month = JUNE begin_weekday = SUNDAY -/datum/holiday/insect - name = "Insect Week" +/datum/holiday/moth + name = "Moth Week" -/datum/holiday/insect/shouldCelebrate(dd, mm, yy, ww, ddd) //National Insect Week falls on the last full week of July +/datum/holiday/moth/shouldCelebrate(dd, mm, yy, ww, ddd) //National Moth Week falls on the last full week of July return mm == JULY && (ww == 4 || (ww == 5 && ddd == SUNDAY)) -/datum/holiday/insect/getStationPrefix() - return pick("Mothball","Lepidopteran","Lightbulb","Insect","Giant Atlas","Twin-spotted Sphynx","Madagascan Sunset","Luna","Death's Head","Emperor Gum","Polyphenus","Oleander Hawk","Io","Rosy Maple","Cecropia","Noctuidae","Giant Leopard","Dysphania Militaris","Garden Tiger") +/datum/holiday/moth/getStationPrefix() + return pick("Mothball","Lepidopteran","Lightbulb","moth","Giant Atlas","Twin-spotted Sphynx","Madagascan Sunset","Luna","Death's Head","Emperor Gum","Polyphenus","Oleander Hawk","Io","Rosy Maple","Cecropia","Noctuidae","Giant Leopard","Dysphania Militaris","Garden Tiger") /datum/holiday/ramadan name = "Start of Ramadan"