From 876ae09427ab50cffe0bd2c8f01b39728f36ff27 Mon Sep 17 00:00:00 2001 From: Doubleumc Date: Tue, 8 Oct 2024 03:56:08 -0400 Subject: [PATCH] initial --- code/modules/mob/living/living_defense.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm index f7c5ba2c75..e6eb816b1b 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -203,7 +203,6 @@ //Mobs on Fire end /mob/living/proc/handle_weather(delta_time = 1) - var/starting_weather_type = current_weather_effect_type var/area/area = get_area(src) // Check if we're supposed to be something affected by weather if(!SSweather.weather_event_instance || !SSweather.map_holder.should_affect_area(area))