Fix flashlight PointLight radius (#438)

* Add radius to `HandheldLightComponent.cs`

* Revert handheldlightcomponent and simply specify radius to flashlight in yaml.
This commit is contained in:
Ephememory
2019-11-21 09:23:09 -05:00
committed by Pieter-Jan Briers
parent 96b8ded8af
commit 1f177a044d
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ namespace Content.Server.GameObjects.Components.Interactable
return cell;
}
}
public override string Name => "HandheldLight";