Ignore:
Timestamp:
02/04/20 19:27:30 (4 years ago)
Author:
Maciej Komosinski
Message:

Updated for the new way of handling of dictionaries (where null is allowed as key's value)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.expdef

    r847 r908  
    434434        var has_ret = 0;
    435435
    436         if (cr.data->reticulopodiacreature != null)
     436        if (cr.data.hasKey("reticulopodiacreature"))
    437437        {
    438438                if (Populations[2].findUID(cr.data->reticulopodiacreature.uid) != null)
Note: See TracChangeset for help on using the changeset viewer.