Minor wall deconstruction refactor

This commit is contained in:
Markolie
2016-10-21 17:05:49 +02:00
parent 87920451e8
commit e853b66747
6 changed files with 50 additions and 100 deletions
-1
View File
@@ -344,7 +344,6 @@
desc = "An easily-compressable wall used for temporary shelter."
icon = 'icons/turf/walls/survival_pod_walls.dmi'
icon_state = "smooth"
walltype = "shuttle"
smooth = SMOOTH_MORE // To Do: Add in Diagnaol Smooth Support
canSmoothWith = list(/turf/simulated/wall/survival, /obj/machinery/door/airlock/survival_pod)
@@ -154,7 +154,7 @@
if(istype(noms, /turf/simulated/wall))
W = noms
nomDelay *= 2
if(W.walltype == "rwall")
if(istype(W, /turf/simulated/wall/r_wall))
nomDelay *= 2
else
return