diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 2c01ac1d231..eb0b0a9efa5 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -2538,7 +2538,7 @@ /datum/supply_pack/misc/religious_supplies name = "Religious Supplies Crate" desc = "Keep your local chaplain happy and well-supplied, lest they call down judgement upon your cargo bay. Contains two bottles of holywater, bibles, chaplain robes, and burial garmets." - cost = 4000 // it costs so much because the Space Church is ran by Space Jews + cost = 4000 // it costs so much because the Space Church needs funding to build a cathedral contains = list(/obj/item/reagent_containers/food/drinks/bottle/holywater, /obj/item/reagent_containers/food/drinks/bottle/holywater, /obj/item/storage/book/bible/booze, diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index f64c5311fd5..0cf4e664a0e 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -1,5 +1,5 @@ /datum/holiday - var/name = "Bugsgiving" + var/name = "If you see this the holiday calendar code is broken" var/begin_day = 1 var/begin_month = 0 @@ -622,7 +622,7 @@ Since Ramadan is an entire month that lasts 29.5 days on average, the start and return "Happy National Hot Dog Day!" /datum/holiday/hebrew - name = "Jewish Bugsgiving" + name = "If you see this the Hebrew holiday calendar code is broken" /datum/holiday/hebrew/shouldCelebrate(dd, mm, yy, ww, ddd) var/datum/hebrew_calendar/cal = new /datum/hebrew_calendar()