Skip to content

Commit

Permalink
Adds damaged steel tiles (space-wizards#21700)
Browse files Browse the repository at this point in the history
* adds destroyed steel tiles; corrects a mistake in attributions.yml

* dode
  • Loading branch information
Flareguy authored Nov 16, 2023
1 parent 5f7224d commit d58793f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions Resources/Prototypes/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,42 @@
itemDrop: FloorTileItemLaundry
heatCapacity: 10000

- type: tile
id: FloorSteelDamaged
name: tiles-steel-floor
sprite: /Textures/Tiles/steel_damaged.png
variants: 5
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
canCrowbar: true
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemSteel #This should probably be made null when it becomes possible to make it such.
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
canCrowbar: true
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemSteel #Same case as FloorSteelDamaged, make it null when possible
heatCapacity: 10000


# Concrete
- type: tile
id: FloorConcrete
Expand Down
4 changes: 2 additions & 2 deletions Resources/Textures/Tiles/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
copyright: "arcadered renamed from eightiesred, arcadeblue by Peptide90 modified from arcadered.png, tgstation commit 8abb19545828230d92ba18827feeb42a67a55d49"
source: "https://github.com/tgstation/tgstation/"

- files: ["hull", "hull_reinforced.png"]
- files: ["hull", "hull_reinforced.png", "steel_damaged.png", "steel_burnt.png"]
license: "CC-BY-SA-3.0"
copyright: "Taken from /tg/station at commit 6665eec76c98a4f3f89bebcd10b34b47dcc0b8ae"
source: "https://github.com/space-wizards/space-station-14/pull/18676"
source: "https://github.com/tgstation/tgstation/"

- files: ["shuttleblue.png", "shuttleorange.png", "shuttlepurple.png", "shuttlered.png", "shuttlewhite.png"]
license: "CC-BY-SA-3.0"
Expand Down
Binary file modified Resources/Textures/Tiles/steel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/Tiles/steel_burnt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/Tiles/steel_damaged.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d58793f

Please sign in to comment.