-tg- smoothing/floor refactor

Squashed:

Add plasteel goonplaque turf

Builtin_tile nulling

Levelupdate()

Fix falsewalls, update smoothing.dmm

fixes rwall decon
This commit is contained in:
Tigercat2000
2016-01-02 19:04:02 -08:00
parent 4455a4400c
commit 31aab5452b
94 changed files with 16495 additions and 16634 deletions

View File

@@ -27,7 +27,7 @@ datum/reagent/carpet
color = "#701345"
/datum/reagent/carpet/reaction_turf(var/turf/simulated/T, var/volume)
if(T.is_plating() || T.is_plasteel_floor())
if(istype(T, /turf/simulated/floor/plating) || istype(T, /turf/simulated/floor/plasteel))
var/turf/simulated/floor/F = T
F.ChangeTurf(/turf/simulated/floor/carpet)
..()