@@ -116,7 +116,7 @@ address('colors_vector',globals,'world','raws','descriptors','colors')
116116address (' shapes_vector' ,globals ,' world' ,' raws' ,' descriptors' ,' shapes' )
117117address (' reactions_vector' ,globals ,' world' ,' raws' ,' reactions' )
118118address (' base_materials' ,globals ,' world' ,' raws' ,' mat_table' ,' builtin' )
119- address (' all_syndromes_vector' ,globals ,' world' ,' raws' ,' syndromes' ,' all' )
119+ address (' all_syndromes_vector' ,globals ,' world' ,' raws' ,' mat_table ' , ' syndromes' ,' all' )
120120address (' events_vector' ,globals ,' world' ,' history' ,' events' )
121121address (' historical_figures_vector' ,globals ,' world' ,' history' ,' figures' )
122122address (' world_site_type' ,df .world_site ,' type' )
@@ -336,7 +336,7 @@ address('counters3',df.unit, 'counters2','paralysis')
336336address (' limb_counters' ,df .unit ,' status2' ,' limbs_stand_max' )
337337address (' blood' ,df .unit ,' body' ,' blood_max' )
338338address (' body_component_info' ,df .unit ,' body' ,' components' )
339- address (' layer_status_vector' ,df .body_component_info ,' layer_status' )
339+ address (' layer_status_vector' ,df .unit . T_body . T_components ,' layer_status' )
340340address (' wounds_vector' ,df .unit ,' body' ,' wounds' )
341341address (' mood_skill' ,df .unit ,' job' ,' mood_skill' )
342342address (' used_items_vector' ,df .unit ,' used_items' )
0 commit comments