Fix incorrect shard protoype being spawned when computers are destroyed (#4060)
This commit is contained in:
parent
ed4f51b755
commit
ce70e8a38d
|
|
@ -207,7 +207,7 @@
|
|||
parent: ComputerBase
|
||||
id: ComputerComms
|
||||
name: communications computer
|
||||
description: This can be used for various important functions. Still under developement.
|
||||
description: This can be used for various important functions. Still under development.
|
||||
components:
|
||||
- type: Appearance
|
||||
visuals:
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
- !type:EntityAnchored {}
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: ShardBase
|
||||
prototype: ShardGlass
|
||||
amount: 2
|
||||
steps:
|
||||
- tool: Prying
|
||||
|
|
|
|||
Loading…
Reference in New Issue