[net.sources.bugs] Bug in Hack 1.0.2

aeb@mcvax.UUCP (Andries Brouwer) (05/06/85)

As ut-sally!fletcher pointed out to me, it is possible to
increase u.uluck indefinitely, and thus spoil the game. The fix follows.
hack.main.c
289c289
< 		u.uluck++;
---
> 		if(!u.uluck) u.uluck++;