mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Added Christmas Giftgiving Goal (#15154)
* Added Christmas Giftgiving Goal Added a goal to give a random crewmember a gift. * Update holiday.dm Co-authored-by: DaveKorhal <davekorhal@gmail.com>
This commit is contained in:
@@ -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 += "<br><br>To celebrate, choose a random crewmate on the Manifest and give them a gift!"
|
||||
return greeting
|
||||
|
||||
/datum/holiday/boxing
|
||||
name = "Boxing Day"
|
||||
|
||||
Reference in New Issue
Block a user