From 77969d5e2eb0c9d816a1970b16c6d290d946439d Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 21 Feb 2023 20:43:48 -0300 Subject: [PATCH] yes --- code/modules/power/solar.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/solar.dm b/code/modules/power/solar.dm index 67ab3817ae..0f0f853036 100644 --- a/code/modules/power/solar.dm +++ b/code/modules/power/solar.dm @@ -245,6 +245,7 @@ S = S.split_stack(amount=2) if(S) glass_type = S + S.moveToNullspace() playsound(src.loc, 'sound/machines/click.ogg', 50, TRUE) user.visible_message("[user] places the glass on the solar assembly.", "You place the glass on the solar assembly.") if(tracker)