Foamed metal will no longer turn transit turfs into metal floors; fixes foamed metal floors not having a sprite

This commit is contained in:
Citinited
2019-04-06 20:48:00 +01:00
parent aa44ffa74e
commit 9f8099637a
2 changed files with 1 additions and 1 deletions
@@ -29,7 +29,7 @@
if(metal)
var/turf/T = get_turf(src)
if(istype(T, /turf/space))
if(istype(T, /turf/space) && !istype(T, /turf/space/transit))
T.ChangeTurf(/turf/simulated/floor/plating/metalfoam)
var/turf/simulated/floor/plating/metalfoam/MF = get_turf(src)
MF.metal = metal