Skip to content

Commit

Permalink
Merge branch 'Cult!Cult!Cult!' of https://github.com/SkaldetSkaeg/spa…
Browse files Browse the repository at this point in the history
…ce-station-14-220 into Cult!Cult!Cult!
  • Loading branch information
SkaldetSkaeg committed Sep 23, 2024
2 parents 517dc49 + 0d1c602 commit 0c5045e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions Content.Server/SS220/CultYogg/Fungus/Systems/FungusSystem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Content.Server.Botany;
using Content.Server.Botany;
using Content.Server.Botany.Components;
using Content.Server.Botany.Systems;
using Content.Server.Popups;
Expand Down Expand Up @@ -242,21 +242,6 @@ public void UpdateSprite(EntityUid uid, FungusComponent? component = null)

component.UpdateSpriteAfterUpdate = false;

/*
if (component.Seed is {Bioluminescent: true})
{
var light = EnsureComp<PointLightComponent>(uid);
_pointLight.SetRadius(uid, component.Seed.BioluminescentRadius, light);
_pointLight.SetColor(uid, component.Seed.BioluminescentColor, light);
_pointLight.SetCastShadows(uid, false, light);
Dirty(uid, light);
}
else
{
RemComp<PointLightComponent>(uid);
}
*/

if (!TryComp<AppearanceComponent>(uid, out var app))
return;

Expand Down

0 comments on commit 0c5045e

Please sign in to comment.