RCDs now make plating instead of full floors.

This commit is contained in:
SkyMarshal
2012-01-25 13:55:09 -07:00
parent db995ad625
commit 54d3ab562f
+2 -2
View File
@@ -232,7 +232,7 @@
if(!cell.use(30)) return
user << "Building Floor..."
activate()
A:ReplaceWithFloor()
A:ReplaceWithPlating()
return
if(istype(A, /turf/simulated/floor))
@@ -263,7 +263,7 @@
playsound(src.loc, 'click.ogg', 50, 1)
if(do_after(user, 40))
activate()
A:ReplaceWithFloor()
A:ReplaceWithPlating()
return
if(istype(A, /turf/simulated/wall/r_wall))