diff --git a/Content.Server/GameObjects/Components/Interactable/HandheldLightComponent.cs b/Content.Server/GameObjects/Components/Interactable/HandheldLightComponent.cs index 54fee05d1f..a2d11d706f 100644 --- a/Content.Server/GameObjects/Components/Interactable/HandheldLightComponent.cs +++ b/Content.Server/GameObjects/Components/Interactable/HandheldLightComponent.cs @@ -44,6 +44,7 @@ namespace Content.Server.GameObjects.Components.Interactable return cell; } } + public override string Name => "HandheldLight"; diff --git a/Resources/Prototypes/Entities/items/flashlight.yml b/Resources/Prototypes/Entities/items/flashlight.yml index a3ac37a74f..c0b21b011a 100644 --- a/Resources/Prototypes/Entities/items/flashlight.yml +++ b/Resources/Prototypes/Entities/items/flashlight.yml @@ -17,4 +17,5 @@ state: lantern_off - type: PointLight enabled: false + radius: 3 - type: Sound