Changeset 1244


Ignore:
Timestamp:
05/20/23 03:12:40 (11 months ago)
Author:
Maciej Komosinski
Message:

Removed scaling when calculating Creature (Model) energy from the energy that results from the "Ee" modifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f1/f1_conv.cpp

    r1236 r1244  
    181181                                        part->mass += 1.0;
    182182                                }
    183                                 model_energy += 0.9*c.energy + 0.1;
     183                                model_energy += c.energy;
    184184                                model_energy_count++;
    185185
Note: See TracChangeset for help on using the changeset viewer.