mkalus / JSpaceAlertMissionGenerator

Java-based mission generator for Czech games' Space Alert board game.
http://www.boardgamegeek.com/article/6878862
GNU General Public License v3.0
8 stars 6 forks source link

Announcements play over Comms Down #2

Open fenhl opened 12 years ago

fenhl commented 12 years ago

The program just generated a mission where the communication system goes down 40-ish seconds before mission end, and is restored while the ship jumps back. The 20-second countdown plays over the white noise, and the “communications restored” and “jumping to hyperspace” clips play simultaneously.

I don't really get the mission generator code, so I'm just leaving this here.

mkalus commented 12 years ago

Ok, I have to look into that one. Probably I have to add a check to see if comms down could overlap with mission end somehow.