From c1b63daa67cb3f821d428d36fb09bb832172213d Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Fri, 25 Mar 2022 02:23:48 -0600 Subject: [PATCH] Can we fucking not please --- code/modules/holiday/holidays.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 3f71a449b..8be42e18c 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -448,7 +448,7 @@ Since Ramadan is an entire month that lasts 29.5 days on average, the start and return FALSE /datum/holiday/ramadan/getStationPrefix() - return pick("Harm","Halaal","Jihad","Muslim") + return pick("Fasting","Enlightenment","Prayer","Muslim") /datum/holiday/ramadan/end name = "End of Ramadan"