commit 067206e0a236075b162f0302aa094304481fc330 Author: Dino Bollinger Date: Thu Jun 4 09:32:34 2020 +0200 Prevent tripbombs from being placed at extreme distances. Technically, an overflow is still possible, but with unsigned integers it is highly unlikely to satisfy (sum_squares < 290*290) in practice. See https://voidpoint.io/terminx/eduke32 for more details.