We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e844d36 commit 22a63b8Copy full SHA for 22a63b8
TODO.txt
@@ -1,5 +1,14 @@
1
2
-
+local function getypos()
3
+ local ypos = 136
4
+ if jacobsmod and tpt.oldmenu and tpt.oldmenu()==1 then
5
+ ypos = 392
6
+ elseif tpt.num_menus then
7
+ ypos = 392-16*tpt.num_menus()-(not jacobsmod and 16 or 0) + 36
8
+ end
9
+ if using_manager then ypos = ypos - 17 end
10
+ return ypos
11
+end
12
13
Lanthanum-this ones exciting, for I could see this bridging the gap between solids and solid explosives.
14
I was thinking that this element would be a solid metal that when exposed to high temperature flame,
changelog.txt
@@ -8,5 +8,4 @@
TODO:
- lua script crash
-- update tpt multi
-- commits n' shit
+- update tpt multi
0 commit comments