DFHack / df-structures

Dwarf Fortress data structure descriptions
https://github.com/DFHack/dfhack
114 stars 80 forks source link

Announcement_infost flag indicates sparring; identify unit_action_data_attack flag #738

Closed Bumber64 closed 3 months ago

Bumber64 commented 3 months ago

714

Accidentally deleted repository before merge.

Bumber64 commented 3 months ago

Coordinate with DFHack/dfhack#4247

Bumber64 commented 3 months ago

If you've got a list of all the unit_move_* original-names for unit_action_data_*, we can handle that in this PR.

myk002 commented 3 months ago

Do you mean

#define UNIT_MOVE_MOVE_FLAG_CHARGE BIT1
#define UNIT_MOVE_MOVE_FLAG_FROM_SPARRING BIT2

for struct unit_move_movest?

myk002 commented 3 months ago

actually, let's get this one merged so we can resolve the build error. Further changes can be in a separate PR