Fix deconstructing a disposal unit not emptying its contents.
This commit is contained in:
4
Resources/Changelog/Parts/disposal_unit.yml
Normal file
4
Resources/Changelog/Parts/disposal_unit.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
author: Your_Name_Here
|
||||||
|
changes:
|
||||||
|
- type: Fix # One of the following: Add, Remove, Tweak, Fix
|
||||||
|
message: Deconstructing a disposal unit no longer deletes its contents.
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
- !type:SpawnPrototype
|
- !type:SpawnPrototype
|
||||||
prototype: SheetSteel1
|
prototype: SheetSteel1
|
||||||
amount: 1
|
amount: 1
|
||||||
- !type:DeleteEntity {}
|
- !type:DeleteEntity
|
||||||
steps:
|
steps:
|
||||||
- tool: Screwing
|
- tool: Screwing
|
||||||
doAfter: 1
|
doAfter: 1
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
doAfter: 0.25
|
doAfter: 0.25
|
||||||
- to: disposal_unit
|
- to: disposal_unit
|
||||||
conditions:
|
conditions:
|
||||||
- !type:EntityAnchored {}
|
- !type:EntityAnchored
|
||||||
steps:
|
steps:
|
||||||
- material: Steel
|
- material: Steel
|
||||||
amount: 1
|
amount: 1
|
||||||
@@ -99,8 +99,9 @@
|
|||||||
- !type:SpawnPrototype
|
- !type:SpawnPrototype
|
||||||
prototype: SheetSteel1
|
prototype: SheetSteel1
|
||||||
amount: 1
|
amount: 1
|
||||||
|
- !type:EmptyAllContainers
|
||||||
conditions:
|
conditions:
|
||||||
- !type:EntityAnchored {}
|
- !type:EntityAnchored
|
||||||
steps:
|
steps:
|
||||||
- tool: Prying
|
- tool: Prying
|
||||||
doAfter: 1
|
doAfter: 1
|
||||||
@@ -129,6 +130,7 @@
|
|||||||
# - !type:SpawnPrototype
|
# - !type:SpawnPrototype
|
||||||
# prototype: SheetSteel1
|
# prototype: SheetSteel1
|
||||||
# amount: 1
|
# amount: 1
|
||||||
|
# - !type:EmptyAllContainers
|
||||||
# conditions:
|
# conditions:
|
||||||
# - !type:EntityAnchored {}
|
# - !type:EntityAnchored {}
|
||||||
# steps:
|
# steps:
|
||||||
@@ -159,6 +161,7 @@
|
|||||||
# - !type:SpawnPrototype
|
# - !type:SpawnPrototype
|
||||||
# prototype: SheetSteel1
|
# prototype: SheetSteel1
|
||||||
# amount: 1
|
# amount: 1
|
||||||
|
# - !type:EmptyAllContainers
|
||||||
# conditions:
|
# conditions:
|
||||||
# - !type:EntityAnchored {}
|
# - !type:EntityAnchored {}
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user