From d0d13d89c93ddd6db1bb73e1ed497953099a4320 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:21:21 -0700 Subject: [PATCH] No Valentines Day Noncon Shit --- code/modules/events/holiday/vday.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()