Added Universe Tuner Star

This commit is contained in:
2021-12-04 21:09:29 +01:00
parent 8a020463fa
commit 91b69ccc1b
8 changed files with 7 additions and 0 deletions

6
lua/c561586063.lua Normal file
View File

@@ -0,0 +1,6 @@
--Universe Tuner Star
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c)
end