From 9999335174b006e3ed732a4710e94e3efec64ad8 Mon Sep 17 00:00:00 2001 From: "johnsonmt88@gmail.com" Date: Sat, 8 Dec 2012 21:38:05 +0000 Subject: [PATCH] Undid a runtime fix in hear(). It was probably causing more runtimes. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5288 316c924e-a436-60f5-8080-3fe189b3f50e --- code/__HELPERS/game.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/__HELPERS/game.dm b/code/__HELPERS/game.dm index 390716c4a37..463aa01beef 100644 --- a/code/__HELPERS/game.dm +++ b/code/__HELPERS/game.dm @@ -37,8 +37,6 @@ /proc/hear(var/range, var/atom/source) - if(!source || range == null) return - var/lum = source.luminosity source.luminosity = 6