Merge branch 'master' into replace-sounds-with-sound-specifier
# Conflicts: # Content.Server/Kitchen/Components/ReagentGrinderComponent.cs # Content.Server/Storage/Components/SecureEntityStorageComponent.cs
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Content.Server.Light.Components
|
||||
/// </summary>
|
||||
private bool TryActivate()
|
||||
{
|
||||
if (!Activated)
|
||||
if (!Activated && CurrentState == ExpendableLightState.BrandNew)
|
||||
{
|
||||
if (Owner.TryGetComponent<ItemComponent>(out var item))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user