openbsd-ports/games/xkobo/patches/extra-hard
espie b79848f40b Rebuild xkobo with -DHARDER and enjoy the experience.
Older xkobo releases did not give you bonus lives when you hit some score.
Some levels become much harder to pass, and much more interesting.

May give a second life to that game, when you're starting to find level 46
too easy.
1999-12-01 13:58:57 +00:00

14 lines
500 B
Plaintext

Older xkobo did not auto-increment the ships number over some score.
This makes some levels into a whole different experience...
--- manage.C.orig Wed Dec 1 14:53:32 1999
+++ manage.C Wed Dec 1 14:54:00 1999
@@ -333,7 +333,6 @@ void _manage::add_score(int sc)
else if (!cheat_mode){
if (score >= bonus_next){
bonus_next += BONUS_EVERY;
- ships++;
flush_ships_count = 50;
}
if ((score >= highscore) && (flush_score_count == 0)){