mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
@@ -306,6 +306,10 @@
|
||||
O.density = 1
|
||||
O.layer = 5
|
||||
|
||||
var/cultwall = 0
|
||||
if(istype(src, /turf/simulated/wall/cult))
|
||||
cultwall = 1
|
||||
|
||||
src.ChangeTurf(/turf/simulated/floor/plating)
|
||||
|
||||
var/turf/simulated/floor/F = src
|
||||
@@ -316,7 +320,7 @@
|
||||
qdel(O)
|
||||
return
|
||||
F.burn_tile()
|
||||
F.icon_state = "wall_thermite"
|
||||
F.icon_state = "[cultwall ? "cultwall_thermite" : "wall_thermite"]"
|
||||
|
||||
var/pdiff = performWallPressureCheck(src.loc)
|
||||
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