From 7abb2ae4e21d9cdd2f06ff15ebd0df5d9b0c5cb4 Mon Sep 17 00:00:00 2001 From: Felix <58342752+TheLordME@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:43:52 +0100 Subject: [PATCH] fixes the extra argument that causes runtime error (#5039) --- code/modules/maps/weather/miaphus.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/maps/weather/miaphus.dm b/code/modules/maps/weather/miaphus.dm index a79d1f99e3e..eea5caf9f95 100644 --- a/code/modules/maps/weather/miaphus.dm +++ b/code/modules/maps/weather/miaphus.dm @@ -82,8 +82,7 @@ new_color = rgb(new_r, new_g, new_b) - spawn(1) - update_sun_deferred(2, new_brightness, new_color) + update_sun_deferred(new_brightness, new_color) /datum/weather_holder/miaphus