From 5660b93a17092fd92425ccd61a9cc217f90b3783 Mon Sep 17 00:00:00 2001 From: widgetbeck <163376292+widgetbeck@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:46:20 -0400 Subject: [PATCH] add InteractionOutline component to Little Guys Car --- .../Entities/Structures/Storage/Closets/big_boxes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml index 48e4f1350081..d67629d28ec0 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/big_boxes.yml @@ -91,6 +91,7 @@ name: little guys car #it's still just a box description: Vroom vroom. components: + - type: InteractionOutline - type: InputMover - type: Sprite noRot: false @@ -161,4 +162,4 @@ - type: EntityStorage isCollidableWhenOpen: false openOnMove: false - airtight: false \ No newline at end of file + airtight: false