Refactored unit
This commit is contained in:
@@ -7,7 +7,7 @@ func get_offensive_stats(_unit: Unit) -> Variant:
|
||||
return null
|
||||
|
||||
func get_relevant_defense(unit: Unit) -> int:
|
||||
return unit.current_stats.phys_def
|
||||
return unit.stats.phys_def
|
||||
|
||||
func deals_damage() -> bool:
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user