Further ToS cleanup (#50518)

This commit is contained in:
oranges
2020-04-18 10:29:26 +12:00
committed by GitHub
parent 1c59d83464
commit 5f9037cd1a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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,
+2 -2
View File
@@ -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()