[MIRROR] Adds Waitangi Day and ANZAC Day to holidays.dm (#2184)

* Adds Waitangi Day and ANZAC Day to holidays.dm (#55519)

* Adds Waitangi Day and ANZAC Day to holidays.dm

* Makes the poppy the default drone hat on ANZAC day

The remembrance poppy is an artificial flower worn to commemorate those who died for their country.

* Adds Waitangi Day and ANZAC Day to holidays.dm

Co-authored-by: cacogen <25089914+cacogen@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-16 07:15:11 +01:00
committed by GitHub
co-authored by cacogen
parent 79efa36c01
commit 1b96cfbdaa
+21
View File
@@ -262,6 +262,27 @@
/datum/holiday/usa/getStationPrefix()
return pick("Independent","American","Burger","Bald Eagle","Star-Spangled", "Fireworks")
/datum/holiday/nz
name = "Waitangi Day"
begin_day = 6
begin_month = FEBRUARY
/datum/holiday/nz/getStationPrefix()
return pick("Aotearoa","Kiwi","Fish 'n' Chips","Kākāpō","Southern Cross")
/datum/holiday/nz/greet()
var/nz_age = text2num(time2text(world.timeofday, "YYYY")) - 1840 //is this work
return "On this day [nz_age] years ago, New Zealand's Treaty of Waitangi, the founding document of the nation, was signed!" //thus creating much controversy
/datum/holiday/anz
name = "ANZAC Day"
begin_day = 25
begin_month = APRIL
drone_hat = /obj/item/food/grown/poppy
/datum/holiday/anz/getStationPrefix()
return pick("Australian","New Zealand","Poppy", "Southern Cross")
/datum/holiday/writer
name = "Writer's Day"
begin_day = 8