This event just fired, and a mantis crew member disappeared from my crew, however a human attacks me. Either genetics have had some startling progress in the next few centuries, or it should have been a bug attacking ME, not my computer

Matthew wrote:Sadly, our scripting language isn't fancy enough to handle that... and since that behaviour (your crew becomes evil) is only present in one event it hasn't been worth adding it. Maybe it's something that can be fixed as a low priority issue in a future patch.
Thanks for taking the time to report it though!
Code: Select all
<event>
<text>As you explore the base, crazed screams are heard. Your team retreats back to your ship with a number of armed scientists in pursuit. One of your team starts to cough and falls in a spasm onto the floor.</text>
<choice hidden="true" req="energy">
<text>Drag him back to the ship and prepare for a fight.</text>
<event>
<text>As you get back on board, your injured friend rises up and starts to attack you, screaming. Caught off-guard, your remaining crew fall back as the other scientists fight their way onto the ship.</text>
<boarders min="1" max="1" class="energy"/>
<boarders min="3" max="3" class="human"/>
<crewMember amount="-1" class="energy"/>
</event>
</choice>
<choice hidden="true" req="rock">
<text>Drag him back to the ship and prepare for a fight.</text>
<event>
<text>As you get back on board, your injured friend rises up and starts to attack you, screaming. Caught off-guard, your remaining crew fall back as the other scientists fight their way onto the ship.</text>
<boarders min="1" max="1" class="rock"/>
<boarders min="2" max="3" class="human"/>
<crewMember amount="-1" class="rock"/>
</event>
</choice>
<!-- etc -->
</event>