Construction Stuff (#9379)

This commit is contained in:
Geeves
2020-07-30 11:33:18 +02:00
committed by GitHub
parent 70bd14e30b
commit e8102248c3
10 changed files with 221 additions and 131 deletions

View File

@@ -224,8 +224,10 @@
wall_fake = 1
var/turf/Tsrc = get_turf(src)
var/original_type = Tsrc.type
Tsrc.ChangeTurf(/turf/simulated/wall)
var/turf/simulated/wall/T = get_turf(src)
var/turf/simulated/wall/T = Tsrc
T.under_turf = original_type
T.set_material(M, reinf_material)
if(wall_fake)
T.can_open = 1