Remove TableParts, fix SmoothTile destruction bug (#918)
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholdvalue: 50
|
||||
spawnondestroy: TableParts
|
||||
spawnondestroy: SteelSheet1
|
||||
|
||||
# TODO: drop wood instead of steel when destroyed when that's added
|
||||
- type: entity
|
||||
id: TableWood
|
||||
parent: Table
|
||||
@@ -41,4 +42,4 @@
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholdvalue: 50
|
||||
spawnondestroy: TableParts
|
||||
spawnondestroy: SteelSheet1
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
- type: entity
|
||||
name: Table Parts
|
||||
parent: BaseItem
|
||||
id: TableParts
|
||||
description: Parts of a table.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Parts/table_parts.rsi
|
||||
state: icon
|
||||
|
||||
- type: Icon
|
||||
sprite: Objects/Parts/table_parts.rsi
|
||||
state: icon
|
||||
|
||||
- type: Item
|
||||
Size: 25
|
||||
sprite: Objects/Parts/table_parts.rsi
|
||||
Reference in New Issue
Block a user