From fca387f6855f8589d736bba37fbc849d432fd6b1 Mon Sep 17 00:00:00 2001 From: cuddleandtea <105150564+cuddleandtea@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:55:09 +0300 Subject: [PATCH] [MIRROR] admin light_maker fix --- code/modules/admin/buildmode/light_maker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/buildmode/light_maker.dm b/code/modules/admin/buildmode/light_maker.dm index 6af18301838c7..c5fe149629b9e 100644 --- a/code/modules/admin/buildmode/light_maker.dm +++ b/code/modules/admin/buildmode/light_maker.dm @@ -3,7 +3,7 @@ icon_state = "buildmode8" var/light_range = 3 - var/light_power = 3 + var/light_power = 1 var/light_color = COLOR_WHITE /datum/build_mode/light_maker/Help()