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"