From e7076354b447db3a93268f5a9cefb6e8de599e92 Mon Sep 17 00:00:00 2001 From: MaD_CaT Date: Tue, 9 Dec 2025 15:51:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=9F=D1=80=D0=B8=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=BC=D0=BE=D1=89=D0=BD=D0=BE=D1=81=D1=82=D0=B8=20=D1=81=D0=B8?= =?UTF-8?q?=D0=B3=D0=BD=D0=B0=D0=BB=D0=B0=20=D0=BE=D1=82=20=D1=86=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=20=D0=BE=D1=82=20=D0=A1=D0=A2=D0=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/threats.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/threats.gd b/scripts/threats.gd index 1070cd29..7ad59b32 100644 --- a/scripts/threats.gd +++ b/scripts/threats.gd @@ -39,6 +39,7 @@ class Threat: func set_from_dic(dic: Dictionary): var items: = fflags.keys().filter(func(vn): return dic.has(vn)) items.any(func(vn): set(vn, dic[vn]); fflags[vn] = true; return false) + if dic.has('pow'): power = dic['pow'] signal threat_new(th: Threat)