mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Further ToS cleanup (#50518)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user