Ticket #3102: t3102_survival_invincibleWoman.diff

File t3102_survival_invincibleWoman.diff, 662 bytes (added by bb, 7 years ago)

Invincible woman prevention

  • binaries/data/mods/public/maps/random/survivalofthefittest.js

     
    197197    );
    198198    createArea(placer, [terrainPainter, elevationPainter, paintClass(clWater)], null);
    199199
    200     //creating female citizens
     200    // Creating female citizens, all females created here will become invincible female.
    201201    var femaleLocation = getTIPIADBON([ix, iz], [mapSize / 2, mapSize / 2], [-3 , 3.5], 1, 3);
    202202    if (femaleLocation !== undefined)
    203203    {