diff --git a/code/modules/events/holiday/vday.dm b/code/modules/events/holiday/vday.dm index ac0a76057..269cad9fb 100644 --- a/code/modules/events/holiday/vday.dm +++ b/code/modules/events/holiday/vday.dm @@ -6,10 +6,10 @@ /datum/round_event_control/valentines name = "Valentines!" - holidayID = VALENTINES + //holidayID = VALENTINES this is just asking for noncon and bad shit typepath = /datum/round_event/valentines - weight = -1 //forces it to be called, regardless of weight - max_occurrences = 1 + weight = 0 + max_occurrences = 0 earliest_start = 0 MINUTES /datum/round_event/valentines/start()