read if gay

This commit is contained in:
Crispy 2025-06-01 02:23:34 +02:00
parent 4f2631b349
commit 61eefcba8c
24 changed files with 21871 additions and 4224 deletions

View file

@ -16,6 +16,7 @@ melter_pos = vector.new(-4, 1, -3)
casting_pos = vector.new(-2, 1, -4)
washer_pos = vector.new(3, 0, -4)
growth_chamber_pos = vector.new(-3, 2, 0)
rolling_mill_pos = vector.new(-3,0,0)
function spout(extra_items)
local fluid = extra_items[1]
@ -346,8 +347,11 @@ function cast_ingot(source, product, yield)
fluidInvAdd(fluid.name, -(ingot_count * 111))
end
function rolling_mill()
print("unimplemented :3")
function rolling_mill(extra_items)
goTo(rolling_mill_pos, "west")
insertForward()
sleep(1)
takeForward(2)
end
return {