Merge pull request #6855 from Schnayy/newterrain

POI wall nonsense
This commit is contained in:
Atermonera
2020-03-18 01:09:42 -07:00
committed by VirgoBot
parent ecc091359d
commit f28dcdb2d4
3 changed files with 73 additions and 14 deletions

View File

@@ -212,6 +212,9 @@ turf/simulated/mineral/floor/light_corner
if(istype(get_step(src, direction), /turf/simulated/mineral))
var/turf/simulated/mineral/M = get_step(src, direction)
M.update_icon()
if(istype(get_step(src, direction), /turf/simulated/wall/solidrock))
var/turf/simulated/wall/solidrock/M = get_step(src, direction)
M.update_icon()
/turf/simulated/mineral/ex_act(severity)