mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
@@ -306,6 +306,10 @@
|
|||||||
O.density = 1
|
O.density = 1
|
||||||
O.layer = 5
|
O.layer = 5
|
||||||
|
|
||||||
|
var/cultwall = 0
|
||||||
|
if(istype(src, /turf/simulated/wall/cult))
|
||||||
|
cultwall = 1
|
||||||
|
|
||||||
src.ChangeTurf(/turf/simulated/floor/plating)
|
src.ChangeTurf(/turf/simulated/floor/plating)
|
||||||
|
|
||||||
var/turf/simulated/floor/F = src
|
var/turf/simulated/floor/F = src
|
||||||
@@ -316,7 +320,7 @@
|
|||||||
qdel(O)
|
qdel(O)
|
||||||
return
|
return
|
||||||
F.burn_tile()
|
F.burn_tile()
|
||||||
F.icon_state = "wall_thermite"
|
F.icon_state = "[cultwall ? "cultwall_thermite" : "wall_thermite"]"
|
||||||
|
|
||||||
var/pdiff = performWallPressureCheck(src.loc)
|
var/pdiff = performWallPressureCheck(src.loc)
|
||||||
if(pdiff)
|
if(pdiff)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 178 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 337 KiB After Width: | Height: | Size: 338 KiB |
Reference in New Issue
Block a user