the_farmer_was_replaced/Dinosaur.py

6 lines
130 B
Python
Raw Permalink Normal View History

2024-09-13 14:16:12 +02:00
trade(Items.Egg, 100)
field = field_grid(get_world_size())
for cell in field:
goto(cell)
harvest()
use_item(Items.Egg)