Led light brightness nerf + power increase (#6259)

This commit is contained in:
Peptide90
2022-01-27 00:01:32 +00:00
committed by GitHub
parent fcf3b023ce
commit fe2e24cf98
3 changed files with 65 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace Content.Server.Light.Components
public float LightSoftness = 1;
[DataField("PowerUse")]
public int PowerUse = 40;
public int PowerUse = 60;
[DataField("breakSound")]
public SoundSpecifier BreakSound = new SoundCollectionSpecifier("GlassBreak");