Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHorscht committed May 11, 2023
1 parent 6684250 commit 7ac516a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EZWand.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- #########################################
-- ####### EZWand version v1.7.1 #######
-- ####### EZWand version v1.7.2 #######
-- #########################################

dofile_once("data/scripts/gun/procedural/gun_action_utils.lua")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EZWand v1.7.1
# EZWand v1.7.2

A utility library for mod developers of Noita which simplifies the workflow of creating and manipulating wands. Use at your own risk I don't want to be responsible for your mod breaking :)

Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.7.2:
- inventory_x of spells only gets set once the inventory is opened after the wand has been
added to the players inventory, to work around that, spells returned from GetSpells() will
now auto-calculate the inventory_x slots.
- FIX some bug that I don't even know what kinda issues it would cause

v1.7.1:
- FIX wand tooltip spell rendering again after borking it in the last update

Expand Down

0 comments on commit 7ac516a

Please sign in to comment.