diff --git a/code/modules/holiday/holiday.dm b/code/modules/holiday/holiday.dm index f87422e2ad1..da1d8af9044 100644 --- a/code/modules/holiday/holiday.dm +++ b/code/modules/holiday/holiday.dm @@ -232,7 +232,10 @@ eventChance = 20 /datum/holiday/xmas/greet() - return "Have a merry Christmas!" + var/greeting = "Have a merry Christmas!" + if(prob(30)) + greeting += "

To celebrate, choose a random crewmate on the Manifest and give them a gift!" + return greeting /datum/holiday/boxing name = "Boxing Day"