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:
committed by
Pieter-Jan Briers
parent
96b8ded8af
commit
1f177a044d
@@ -45,6 +45,7 @@ namespace Content.Server.GameObjects.Components.Interactable
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public override string Name => "HandheldLight";
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -17,4 +17,5 @@
|
||||
state: lantern_off
|
||||
- type: PointLight
|
||||
enabled: false
|
||||
radius: 3
|
||||
- type: Sound
|
||||
|
||||
Reference in New Issue
Block a user