From 5f72c36dc90181dd9f0a0dd910c56bfbd3b3d694 Mon Sep 17 00:00:00 2001 From: AmoryBlaine Date: Thu, 4 Jul 2024 22:31:38 -0400 Subject: [PATCH] Comments out a thing --- code/datums/weather/weather_event.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/weather/weather_event.dm b/code/datums/weather/weather_event.dm index e7cb98f22a..3672824126 100644 --- a/code/datums/weather/weather_event.dm +++ b/code/datums/weather/weather_event.dm @@ -11,7 +11,7 @@ var/length = 0 // Length of the event //// Optional vars - var///fullscreen_type = null // If this is set, display a fullscreen type to mobs + //var///fullscreen_type = null // If this is set, display a fullscreen type to mobs var/turf_overlay_icon_state // The icon to set on the VFX holder instanced into every turf at round start var/turf_overlay_alpha = 255