We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72379 commit 3fa79b2Copy full SHA for 3fa79b2
Yafc/Data/Mod-fixes/Ultracube.data-updates.lua
@@ -31,4 +31,13 @@ if data.raw.lab.lab then
31
data.raw.lab.lab.inputs = {}
32
end
33
34
+-- For 1.1, update Technology.cube-construct-forbidden-ziggurat to a trigger tech instead.
35
+if data.raw.technology["cube-construct-forbidden-ziggurat"].unit then
36
+ data.raw.technology["cube-construct-forbidden-ziggurat"].unit = nil
37
+ data.raw.technology["cube-construct-forbidden-ziggurat"].research_trigger = {
38
+ entity = { name = "cube-forbidden-ziggurat" },
39
+ type = "build-entity"
40
+ }
41
+end
42
+
43
return ...;
0 commit comments