Skip to content

Commit

Permalink
Fix Alchemy type documentation, close #205
Browse files Browse the repository at this point in the history
  • Loading branch information
llde committed Jun 15, 2023
1 parent f5da132 commit 761004b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions obse_command_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6729,9 +6729,9 @@ <h3><a id="Alchemy_Apparatus">Alchemy Apparatus</a></h3>

<ul>
<li>0: Mortar and Pestle</li>
<li>1: Retort</li>
<li>2: Alembic</li>
<li>3: Calcinator</li>
<li>1: Alembic</li>
<li>2: Calcinator</li>
<li>3: Retort</li>
</ul>

<h3><a id="Map_Marker_Types">Map Marker Types</a></h3>
Expand Down
11 changes: 11 additions & 0 deletions obse_whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
xOBSE 22.9
Fix:
- Commit new ExtraData to container only if ExtraCount isn't the only data present. Fix duplicated items in inventory using MOO companions
- Flush IR, when another IR is created on the same container (workaround to common instabilities as for Break Armors and Take or Equip, precursor to script based lifetime IRs ) and it's executing a DeferredAction
- Invalidate IR after SetEquip Deferred actions
- Revert GetEditorID changes for REID as Realtime Interactions depended strictly on the old beahviours. Deprecate it and add GetEditorID2 as the contract was funcky and there are better functions to operate on formIDs
- Copy ExtraDataList of the IR in case of SetEquip Actions (non deferred)
- Fix a couple of Memory leaks related to ExtraWorn data and IRs
Documentation:
- Fix documentation for Alchemy Types

xOBSE 22.8
Fix:
- Fixed an issue for using RemoveItem in a Container Loop, fixing a crash with Maskar Oblivion Overhaul
Expand Down

0 comments on commit 761004b

Please sign in to comment.