cursor prep
This commit is contained in:
@@ -18,5 +18,5 @@ func perform(params:Dictionary) -> void:
|
||||
assert(params.has("targets"))
|
||||
pass
|
||||
|
||||
func canFighterUse(fighter:BattleFighter) -> bool:
|
||||
func canFighterUse(_fighter:BattleFighter) -> bool:
|
||||
return true
|
||||
Reference in New Issue
Block a user