Hull corners do a better job finding the hull

This commit is contained in:
Aronai Sieyes
2021-07-28 11:53:04 -04:00
parent 9ee28de20e
commit 4e6fff8020
+1 -1
View File
@@ -296,7 +296,7 @@
var/turf/simulated/wall/T
for(var/direction in get_dirs_to_test())
T = get_step(src, direction)
if(!istype(T))
if(!istype(T) || T.material?.icon_base != "hull")
continue
name = T.name