Merge pull request #11946 from Heroman3003/hearfix

Fixes vertical noise spread penetrating floors
This commit is contained in:
Casey
2021-12-02 15:13:38 -05:00
committed by Chompstation Bot
parent 5043070c9d
commit c6d3fc59a5

View File

@@ -292,7 +292,10 @@ var/mobs_radio_range_fired = 1 //CHOMPEdit
var/turf/U = GetBelow(O)
while(istype(U))
hearturfs |= U
if(isopenspace(U))
U = GetBelow(U)
else
U = null
// Above us
var/above_range = range