Skip to content

Commit 22a63b8

Browse files
committed
Update TPTMP
1 parent e844d36 commit 22a63b8

File tree

3 files changed

+6679
-2045
lines changed

3 files changed

+6679
-2045
lines changed

TODO.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

2-
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
312

413
Lanthanum-this ones exciting, for I could see this bridging the gap between solids and solid explosives.
514
I was thinking that this element would be a solid metal that when exposed to high temperature flame,

changelog.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88

99
TODO:
1010
- lua script crash
11-
- update tpt multi
12-
- commits n' shit
11+
- update tpt multi

0 commit comments

Comments
 (0)