diff --git a/scripts/gui/seedpackets/CostVeil.cs b/scripts/gui/seedpackets/CostVeil.cs index d2b860c..fa7863c 100644 --- a/scripts/gui/seedpackets/CostVeil.cs +++ b/scripts/gui/seedpackets/CostVeil.cs @@ -16,6 +16,6 @@ public partial class CostVeil : ColorRect { //Visible = RuntimeLevelData.Instance.SunCount < packet.GetResource().Cost; - Visible = packet.disablePacket || packet._forbidden; + Visible = packet.disablePacket || packet._locked; } }