Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
V-ktor committed Jul 3, 2018
1 parent 1f3c6fd commit f68ce25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/main/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ func apply_effect(card,event,target=null):
target.temperature = Cards.data[target.ID]["temperature"]
target.level = Cards.data[target.ID]["level"]
target.update()
card.destroy()
elif (base=="explosion"):
var dmg = abs(target.temperature)
target.destroy()
Expand Down

0 comments on commit f68ce25

Please sign in to comment.