diff --git a/Resources/Prototypes/Entities/Research.yml b/Resources/Prototypes/Entities/Research.yml index 3b0aa90fc3..edccf75c9d 100644 --- a/Resources/Prototypes/Entities/Research.yml +++ b/Resources/Prototypes/Entities/Research.yml @@ -9,13 +9,12 @@ sprite: Buildings/research.rsi state: server - type: Clickable - - type: BoundingBox - type: Collidable - type: SnapGrid offset: Center - type: ResearchServer - type: TechnologyDatabase - + - type: entity id: baseResearchAndDevelopmentPointSource name: "Base R&D Point Source" @@ -27,7 +26,6 @@ sprite: Buildings/research.rsi state: tdoppler - type: Clickable - - type: BoundingBox - type: Collidable - type: SnapGrid offset: Center @@ -37,4 +35,4 @@ - type: UserInterface interfaces: - key: enum.ResearchClientUiKey.Key - type: ResearchClientBoundUserInterface \ No newline at end of file + type: ResearchClientBoundUserInterface diff --git a/Resources/Prototypes/Entities/buildings/lathe.yml b/Resources/Prototypes/Entities/buildings/lathe.yml index a96a6d2953..0ba9ae1184 100644 --- a/Resources/Prototypes/Entities/buildings/lathe.yml +++ b/Resources/Prototypes/Entities/buildings/lathe.yml @@ -3,7 +3,6 @@ name: "Lathe" components: - type: Clickable - - type: BoundingBox - type: Collidable - type: SnapGrid offset: Center @@ -13,7 +12,7 @@ interfaces: - key: enum.LatheUiKey.Key type: LatheBoundUserInterface - + - type: entity parent: BaseLathe @@ -50,7 +49,7 @@ - CableStack - Crowbar - Multitool - + - type: entity parent: BaseLathe id: protolathe @@ -91,4 +90,4 @@ - key: enum.LatheUiKey.Key type: LatheBoundUserInterface - key: enum.ResearchClientUiKey.Key - type: ResearchClientBoundUserInterface \ No newline at end of file + type: ResearchClientBoundUserInterface