Maybe fixes meson hearing exploit (#33005)

* Not all of wisdom brings joy

* Serves me right for making changes based on how i remember the code working
This commit is contained in:
vuonojenmustaturska
2017-11-25 21:24:38 +02:00
committed by CitadelStationBot
parent 14ce7c8118
commit 744a78e932
+2 -1
View File
@@ -225,7 +225,8 @@
else // A variation of get_hear inlined here to take advantage of the compiler's fastpath for obj/mob in view
var/lum = T.luminosity
T.luminosity = 6 // This is the maximum luminosity
processing_list = viewers(R, T)
for(var/mob/M in view(R, T))
processing_list += M
for(var/obj/O in view(R, T))
processing_list += O
T.luminosity = lum