[MIRROR] basic buildmode-made walls have a standard floor baseturf (#6060)

* basic buildmode-made walls have a standard floor baseturf (#36578)

* basic buildmode-made walls have a standard floor baseturf

* proper baseturf setting

* basic buildmode-made walls have a standard floor baseturf
This commit is contained in:
CitadelStationBot
2018-03-22 06:07:41 -05:00
committed by Poojawa
parent 1d94d6cbe3
commit b1e16ee15b
+1
View File
@@ -262,6 +262,7 @@
T.ChangeTurf(/turf/closed/wall)
else if(iswallturf(object))
T.ChangeTurf(/turf/closed/wall/r_wall)
T.assemble_baseturfs(initial(T.baseturfs))
log_admin("Build Mode: [key_name(user)] built [T] at ([T.x],[T.y],[T.z])")
return
else if(right_click)