omf2097 / openomf

One Must Fall 2097 Remake
http://www.openomf.org
MIT License
362 stars 35 forks source link

Force Arena 0 when fighting Kreissack in 1 player mode - with corrections #294

Closed gdeda closed 9 years ago

gdeda commented 9 years ago

ref to #292 Sorry, did a little mess with github... Now with corrections suggested, and a new branch from my fork :)

On a side note, should PILOT_KREISSACK be applied also on line 270 for better readability? else if (player2->pilot_id == 10 && settings_get()->gameplay.difficulty < 2)

katajakasa commented 9 years ago

Yes, PILOT_KREISSACK would probably be a good thing there too. If you have the time and energy, feel free to add it. Otherwise we'll just merge :)

Vagabond commented 9 years ago

Yeah, and you don't need to open a new PR, you can just push more commits to this branch (or squash and force-push).

Vagabond commented 9 years ago

There's also a one on line 442 that refers to kreissack. heh.

gdeda commented 9 years ago

Done, tested, looks like nothing is broken... :)