mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Hull corners do a better job finding the hull
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user