Fixed card text, fixed Universe Destruction

This commit is contained in:
2021-12-30 16:10:46 +01:00
parent 1637f2a9b9
commit 9721b8730c
14 changed files with 17 additions and 17 deletions

9
lua/c56158670.lua Normal file
View File

@@ -0,0 +1,9 @@
--Universe Revival
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
end