From aafab0fbb2435488aabe17f04a06710ad5dfaa00 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Fri, 15 Jul 2011 18:09:03 +0000 Subject: [PATCH] This is a fix for solar.dm, which should in theory make them a lot more operable. Thanks to Derp for spotting the problem; more information here: http://tgstation13.pretentiousfool.com/phpBB3/viewtopic.php?f=7&t=5372 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1858 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/power/solar.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/power/solar.dm b/code/modules/power/solar.dm index e28204e1ca4..cc4336ffec0 100644 --- a/code/modules/power/solar.dm +++ b/code/modules/power/solar.dm @@ -253,6 +253,8 @@ if(T) cdir = T.sun_angle + set_panels(cdir) + updateicon() src.updateUsrDialog() return