Skip to content

Commit

Permalink
Add some ui_advmode_menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed May 7, 2020
1 parent 0686cfd commit efc5c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ that repo.
## Structures
- ``crime``: identified ``witnesses``, which contains the data held by the old field named ``reports``
- ``job_type``: added job types new to 0.47
- ``ui_advmode_menu``: identified some new enum items

# 0.47.04-r1

Expand Down
9 changes: 6 additions & 3 deletions df.advmode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,24 @@
<enum-item name='ViewTracks'/>
35
<enum-item name='Jump'/>
<enum-item name='Unk36'/>
<enum-item name='AttackCreature'/>
<enum-item name='AttackConfirm'/>
<enum-item name='AttackType'/>
<enum-item name='AttackBodypart'/>
40
<enum-item name='AttackStrike'/>
<enum-item name='Unk41'/>
<enum-item name='Unk41'/> segfaults when set directly
<enum-item name='Unk42'/>
<enum-item name='DodgeDirection'/>
<enum-item name='Unk44'/>
45
<enum-item name='Unk45'/>
<enum-item name='Unk45' comment='some confirmation'/>
<enum-item name='Build'/>
<enum-item name='AssumeIdentity'/>
<enum-item name='NameItem'/>
<enum-item name='BecomePartyMember'/>
50
<enum-item name='PartyTacticalSettings'/>
</enum-type>

<struct-type type-name='conversation'>
Expand Down

0 comments on commit efc5c26

Please sign in to comment.