From b8803ffd334cfb2f42e79ffeff9c4a7adb8ec1e6 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 20 Apr 2020 18:20:36 +0200 Subject: [PATCH] Table, not worktop. --- Resources/Prototypes/Entities/buildings/table.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/buildings/table.yml b/Resources/Prototypes/Entities/buildings/table.yml index ad0c2db39f..5c52b02115 100644 --- a/Resources/Prototypes/Entities/buildings/table.yml +++ b/Resources/Prototypes/Entities/buildings/table.yml @@ -1,6 +1,6 @@ - type: entity id: table - name: "worktop" + name: "table" components: - type: Clickable - type: InteractionOutline