Исправление. Прием мощности сигнала от цели от СТЦ
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user