Skip to content

Commit

Permalink
Removes burnt tiles (#33422)
Browse files Browse the repository at this point in the history
remove burnt tiles
  • Loading branch information
Flareguy authored and deltanedas committed Dec 7, 2024
1 parent 6995acd commit 8980440
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 32 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/DeltaV/Tiles/tile_migrations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Nyano had an alt version of asphalt
- type: tileAlias
id: FloorPlanetAsphalt
target: FloorAsphalt
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
12 changes: 0 additions & 12 deletions Resources/Prototypes/Tiles/plating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@
friction: 0.3
heatCapacity: 10000

- type: tile
id: PlatingBurnt
name: tiles-plating
sprite: /Textures/Tiles/plating_burnt.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying
footstepSounds:
collection: FootstepPlating
friction: 0.3
heatCapacity: 10000

- type: tile
id: PlatingAsteroid
name: tiles-asteroid-plating
Expand Down
15 changes: 12 additions & 3 deletions Resources/Prototypes/Tiles/tile_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
id: FloorAsteroidCoarseSandDug
target: FloorAsteroidSandDug

# 2023-09-09

- type: tileAlias
id: FloorGlassAlt
target: FloorGlass
Expand All @@ -57,7 +59,14 @@
id: FloorRGlassAlt
target: FloorRGlass

# Delta V Explanation: Nyano had an alt version of asphalt
# 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: FloorPlanetAsphalt
target: FloorAsphalt
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 8980440

Please sign in to comment.