Skip to content

Commit

Permalink
Aw hell nah
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 committed Sep 5, 2024
1 parent 35a6557 commit 6a579c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Re-work wards to be purely retaliatory. (@StellarWitch7)
- Add a distortion for executing a spell in the current argument scope. (@Master-Bw3)
- Add a revision for copying a circle to the offhand. (@StellarWitch7)
- Fixed the revision for copying a circle to the offhand, as it would also copy to the main hand. (@StellarWitch7)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deps.yarn=1.21+build.2
loader_version=0.15.11

# Mod Properties
mod_version=2.0.0-alpha.27
mod_version=2.0.0-alpha.28
maven_group=dev.enjarai
archives_base_name=trickster

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public Pattern pattern() {
@Override
public SpellPart apply(RevisionContext ctx, SpellPart root, SpellPart drawingPart) {
ctx.updateOtherHandSpell(drawingPart);
return drawingPart;
return root;
}
}

0 comments on commit 6a579c7

Please sign in to comment.