Skip to content

Commit

Permalink
Removes burnt tiles (space-wizards#33422)
Browse files Browse the repository at this point in the history
remove burnt tiles
  • Loading branch information
Flareguy authored Nov 28, 2024
1 parent 1bc6562 commit 56fd7cb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 28 deletions.
17 changes: 0 additions & 17 deletions Resources/Prototypes/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions Resources/Prototypes/Tiles/plating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/Tiles/tile_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,24 @@
id: FloorAsteroidCoarseSandDug
target: FloorAsteroidSandDug

# 2023-09-09

- type: tileAlias
id: FloorGlassAlt
target: FloorGlass

- 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 removed Resources/Textures/Tiles/plating_burnt.png
Binary file not shown.
Binary file removed Resources/Textures/Tiles/steel_burnt.png
Binary file not shown.

0 comments on commit 56fd7cb

Please sign in to comment.