Got this error message when clicking on game 3:
Now it seems to be back to normal...
Ha! I haven't had a chance to read the field report, but I'm 90% sure this means (looking at the code) someone just successfully point-defenced a missile... and I'm guessing it didn't go anywhere?
Looks like the take_damage routine is unique to ships; forgot to give a top-level one to the indicator class (and so missiles, as a child of indicator, doesn't know how to take damage).
Oops. Well this is easy enough to fix, sorry to whoever just shot a missile successfully and had it keep coming...
edit:
Ah, so what happened is that failure kicked in, so it gave up on the turn. Then when you refreshed, the game got to re-roll the dice; as you can see this time Reaper misses the missile, so the offending line of code never came up. The missile wizzes past, and smashes into Reaper.
Sorry Pantheos: your ship was victim to a bug... anyway, it is fixed for next time this comes up (hopefully?) I wish I had better news, but this is the life of alpha testing! Just think, your 32hp sacrifice has protected generations of future fighters from broken point defence!