From 61b55ba30c6cb41453e3a5ad5b7d648811dd76d0 Mon Sep 17 00:00:00 2001 From: Rendo Date: Tue, 22 Jul 2025 03:25:11 +0500 Subject: [PATCH] dubina --- scripts/gui/seedpackets/CostVeil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }