dr. teyaal

  1. O

    [Game Version: 0.69.420-PUBLIC#1814] Dr. Teyaal - On Recreation Deck after 2 ship battles

    Dr. Teyaal shows up on the Zheng Shi recreation deck one battle before intented. This is because the code checks for if(flags["TEYAAL_SHIPFITES"] >= 2) instead of if(flags["TEYAAL_SHIPFITES"] >= 3). Original code: teyaalTheEngineer.js, line: 432: if(flags["TEYAAL_SHIPFITES"] >= 2 &&...