Skip to content

Commit

Permalink
Prying reinforced tile now will give you back metal rod (#29084)
Browse files Browse the repository at this point in the history
* Reinforced tile can we welded back into metal rod

* more changes

* weh

* fix

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
  • Loading branch information
lzk228 and metalgearsloth authored Jun 22, 2024
1 parent b9172a7 commit 325ab97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 27 deletions.
18 changes: 1 addition & 17 deletions Resources/Prototypes/Entities/Objects/Misc/tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,22 +176,6 @@
- type: Stack
stackType: FloorTileTechmaint

- type: entity
name: reinforced tile
parent: FloorTileItemBase
id: FloorTileItemReinforced
components:
- type: Sprite
state: reinforced
- type: Item
heldPrefix: reinforced
- type: FloorTile
outputs:
- Plating
- FloorReinforced
- type: Stack
stackType: FloorTileReinforced

# TODO add a catwalk tile item once tile smoothing is supported

- type: entity
Expand Down Expand Up @@ -1133,4 +1117,4 @@
stackType: FloorTileWoodLarge
- type: Construction
graph: TileWoodLarge
node: woodtilelarge
node: woodtilelarge
6 changes: 0 additions & 6 deletions Resources/Prototypes/Stacks/floor_tile_stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
spawn: FloorTileItemGold
maxCount: 30

- type: stack
id: FloorTileReinforced
name: reinforced tile
spawn: FloorTileItemReinforced
maxCount: 30

- type: stack
id: FloorTileMono
name: mono tile
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Tiles/floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepHull
itemDrop: FloorTileItemReinforced
itemDrop: PartRodMetal1
heatCapacity: 10000

- type: tile
Expand Down Expand Up @@ -1839,7 +1839,7 @@
isSubfloor: false
footstepSounds:
collection: FootstepHull
itemDrop: FloorTileItemReinforced #same case as FloorHull
itemDrop: PartRodMetal1 #same case as FloorHull

# Faux sci tiles

Expand Down Expand Up @@ -1932,4 +1932,4 @@
barestepSounds:
collection: BarestepWood
itemDrop: FloorTileItemWoodLarge
heatCapacity: 10000
heatCapacity: 10000
5 changes: 4 additions & 1 deletion Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,7 @@ DoorRemoteFirefight: null
AirlockServiceCaptainLocked: AirlockCaptainLocked

# 2024-06-15
ClothingOuterCoatInspector: ClothingOuterCoatDetectiveLoadout
ClothingOuterCoatInspector: ClothingOuterCoatDetectiveLoadout

# 2024-06-23
FloorTileItemReinforced: PartRodMetal1

0 comments on commit 325ab97

Please sign in to comment.