Removes burnt tiles (#33422)

remove burnt tiles
This commit is contained in:
Flareguy
2024-11-28 00:49:41 -06:00
committed by GitHub
parent 1bc65624c8
commit 56fd7cbb6f
5 changed files with 14 additions and 28 deletions

View File

@@ -884,23 +884,6 @@
itemDrop: FloorTileItemSteel #This should probably be made null when it becomes possible to make it such, in SS13 prying destroyed tiles wouldn't give you anything.
heatCapacity: 10000
- type: tile
id: FloorSteelBurnt
name: tiles-steel-floor
sprite: /Textures/Tiles/steel_burnt.png
variants: 2
placementVariants:
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemSteel #Same case as FloorSteelDamaged, make it null when possible
heatCapacity: 10000
# Concrete
- type: tile
id: FloorConcrete

View File

@@ -25,17 +25,6 @@
friction: 0.3
heatCapacity: 10000
- type: tile
id: PlatingBurnt
name: tiles-plating
sprite: /Textures/Tiles/plating_burnt.png
baseTurf: Lattice
isSubfloor: true
footstepSounds:
collection: FootstepPlating
friction: 0.3
heatCapacity: 10000
- type: tile
id: PlatingAsteroid
name: tiles-asteroid-plating

View File

@@ -49,6 +49,8 @@
id: FloorAsteroidCoarseSandDug
target: FloorAsteroidSandDug
# 2023-09-09
- type: tileAlias
id: FloorGlassAlt
target: FloorGlass
@@ -56,3 +58,15 @@
- type: tileAlias
id: FloorRGlassAlt
target: FloorRGlass
# 2024-11-15
# Burnt tiles now exist, but they don't use the tiles system. They're decals.
# There's presently no way to add decals over existing tiles, so this will have to suffice for now.
- type: tileAlias
id: PlatingBurnt
target: PlatingDamaged
- type: tileAlias
id: FloorSteelBurnt
target: FloorSteelDamaged

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB