Make use of new suffix system.

This commit is contained in:
Pieter-Jan Briers
2020-04-26 01:17:06 +02:00
parent c64101664e
commit 4f42b8401a
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
- type: entity - type: entity
id: LockerToolFilled id: LockerToolFilled
name: Tool Locker (Filled) name: Tool Locker
suffix: Filled
parent: LockerTool parent: LockerTool
components: components:
- type: ToolLockerFill - type: ToolLockerFill

View File

@@ -47,7 +47,8 @@
- type: entity - type: entity
id: YellowToolboxItemFilled id: YellowToolboxItemFilled
name: Electrical Toolbox (Filled) name: Electrical Toolbox
suffix: Filled
parent: YellowToolboxItem parent: YellowToolboxItem
components: components:
- type: ToolboxElectricalFill - type: ToolboxElectricalFill