Skip to content

Commit

Permalink
v0.130 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvhewitt committed Jun 17, 2018
1 parent 9dbe899 commit b6cac24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion history.txt
@@ -1,4 +1,5 @@
- Added Joust mecha
v0.130 June 17, 2018
- Added Joust, Trailblazer mecha
- Added charge attacks (gears/geffects.py)
- Added BurnAttack status effect (gears/attackattributes.py)
- Repair will remove appropriate enchantments (gears/geffects.py)
Expand Down
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -6,7 +6,7 @@
import random
import sys

VERSION = "v0.120"
VERSION = "v0.130"

class Snowflake(object):
def __init__(self,dest):
Expand Down

0 comments on commit b6cac24

Please sign in to comment.