mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Adds station prefixes for Christmas (#76225)
## About The Pull Request Adds 15 different station prefixes for Christmas, because there were none previously (why?) ## Why It's Good For The Game  that's right, why doesn't christmas have special prefixes? well now it does ## Changelog 🆑 add: Christmas now has special station prefixes. /🆑
This commit is contained in:
@@ -659,6 +659,26 @@
|
||||
drone_hat = /obj/item/clothing/head/costume/santa
|
||||
mail_holiday = TRUE
|
||||
|
||||
/datum/holiday/xmas/getStationPrefix()
|
||||
return pick(
|
||||
"Bible",
|
||||
"Birthday",
|
||||
"Chimney",
|
||||
"Claus",
|
||||
"Crucifixion",
|
||||
"Elf",
|
||||
"Fir",
|
||||
"Ho Ho Ho",
|
||||
"Jesus",
|
||||
"Jolly",
|
||||
"Merry",
|
||||
"Present",
|
||||
"Sack",
|
||||
"Santa",
|
||||
"Sleigh",
|
||||
"Yule",
|
||||
)
|
||||
|
||||
/datum/holiday/xmas/greet()
|
||||
return "Have a merry Christmas!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user