Lavaland baseturf implementation

This commit is contained in:
Mark van Alphen
2019-03-31 22:07:30 +02:00
parent 1689e46f1e
commit 1619bc048b
25 changed files with 352 additions and 2503 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
T.ChangeTurf(/turf/simulated/floor/plasteel)
else if(istype(object,/turf/simulated/floor))
var/turf/T = object
T.ChangeTurf(/turf/space)
T.ChangeTurf(T.baseturf)
else if(istype(object,/turf/simulated/wall/r_wall))
var/turf/T = object
T.ChangeTurf(/turf/simulated/wall)