Anti Dota/LOL
This commit is contained in:
@@ -384,3 +384,6 @@ func get_tooltip_from_current_target(verb,current_target_object):
|
||||
func get_action_target_text(action_target_texts: Dictionary):
|
||||
var action_target_text = action_target_texts.get(escoria.action_manager.current_tool.global_id)
|
||||
return action_target_text if action_target_text else ""
|
||||
|
||||
func _telekinetic_applies_to(event: ESCGrammarStmts.Event) -> bool:
|
||||
return super(event) if event != null else false
|
||||
|
||||
Reference in New Issue
Block a user