Ignore:
Timestamp:
05/21/23 22:52:02 (12 months ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/geneprops.h

    r1246 r1247  
    119119        double assimilation;      ///<incremented by A, decremented by a. Biological property, assimilation, photosynthesis (a vertical stick can assimilate twice as much as horizontal one)
    120120        double stamina;           ///<incremented by S, decremented by s. Biological property, stamina (increases chance of survival during fights)
    121         double ingestion;         ///<incremented by I, decremented by i. Biological property, ingestion (ability to gain energy from food)
     121        double ingestion;         ///<incremented by I, decremented by i. Biological property, ingestion (ability to gain/transfer energy from food)
    122122
    123123        double twist;             ///<incremented by Q, decremented by q. Twist of a stick
Note: See TracChangeset for help on using the changeset viewer.