More appropriate remembrance day message (#79650)

## About The Pull Request
Changes the greeting message displayed during remembrance day to "Lest
we forget." Closes #79649.

## Why It's Good For The Game
The current "Have a happy Remembrance day" does not fit. At all. This
makes it a bit more tasteful.
This commit is contained in:
Nick
2023-11-12 02:37:29 -06:00
committed by GitHub
parent 42c51e2797
commit e4824f7647
+3
View File
@@ -627,6 +627,9 @@
begin_day = 11
holiday_hat = /obj/item/food/grown/poppy
/datum/holiday/remembrance_day/greet()
return "Lest we forget."
/datum/holiday/remembrance_day/getStationPrefix()
return pick("Peace", "Armistice", "Poppy")