mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #11946 from Heroman3003/hearfix
Fixes vertical noise spread penetrating floors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user