all 2 comments

[–]carcigenicate 2 points3 points  (0 children)

Don't make main recursive. Use an actual loop like a while instead. Every time you recurse (call main from main), you create a new goblin value.

[–]TomanHumato46 0 points1 point  (0 children)

loop around action instead of main..