mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-27 18:00:03 +00:00
Issue with committing, this commit properly fixes #28
This commit is contained in:
@@ -129,7 +129,6 @@ makeGemItem = (name, type) ->
|
|||||||
GEM_BOOST_AMOUNT
|
GEM_BOOST_AMOUNT
|
||||||
else
|
else
|
||||||
0x1000
|
0x1000
|
||||||
|
|
||||||
this::afterSuccessfulHit = (move, user, target) ->
|
this::afterSuccessfulHit = (move, user, target) ->
|
||||||
if move.type == type
|
if move.type == type
|
||||||
@battle.cannedText('GEM_BOOST', @constructor, move)
|
@battle.cannedText('GEM_BOOST', @constructor, move)
|
||||||
|
|||||||
Reference in New Issue
Block a user