Changeset 713
- Timestamp:
- 10/07/17 16:29:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mds-and-trees/tree-genealogy.py
r712 r713 845 845 load_creature_props(creature) 846 846 else: 847 print("NOTE: encountered [DIED] entry for individual " + creature["ID"] + " before it was born")847 print("NOTE: encountered [DIED] entry for individual '%s' before it was [BORN] or [OFFSPRING]" % creature["ID"]) 848 848 849 849 # debug
Note: See TracChangeset
for help on using the changeset viewer.