mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user