Sort:
Submitted By
Date
6 months ago (May 20, 2024)
Tags
Bug Report
Feedback
In the arena, the object that manipulates the top duplicator so that it duplicates nothing, a star, or a centipede head tries to jump to the label :ZIC instead of :ZIK. This causes the code path to continue, and due to a lack of a #end it runs into the :TOUCH label intended for players to mark the arena as conquered.
The object runs at cycle 100, checks to see if it's not blocked in a random direction, and if it isn't, begins placing elements next to the duplicator, inevitably causing the game to beat itself, though it takes a random amount of time to happen every playthrough.