Skip to content

Commit

Permalink
effect -> addeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
Logg-y committed Apr 28, 2022
1 parent 39ce02b commit a992794
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blessgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import traceback
from blessgenerationsettings import BlessGenerationSettings

ver = "1.0.3"
ver = "1.0.4"

def _parseDataFiles():
if len(utils.blesseffects) < 0:
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.0.4 - 28/04/22

Fixed a very stupid mistake in the previous version that brroke everything

v1.0.3 - 28/04/22

Removed various buff effects that don't actually work. Some of these even showed up on the UI but didn't actually do anything...
Expand Down
2 changes: 1 addition & 1 deletion data/blesseffects/effect10buffs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#paths a
#pathlevel 6
--#effect10buffs 131072
#effect 240 1
#addeffect 240 1
#end

#newbless "Quickness"
Expand Down

0 comments on commit a992794

Please sign in to comment.