Laser Squad [Day 24] – Is unit alive?

Not much time lately for some serious coding, so I decided to take much smaller steps in development. Today I only implemented a flag in units model data to check if this unit is alive (practically, same effect can be achieved by checking if current health is zero). I adapted also the “next unit” method to skip all units that are not alive (logically, you can’t play with dead units).

* * * * *