[WIP] Treballant en el jefe. Almenys ja no explota, algo es algo
This commit is contained in:
@@ -40,4 +40,11 @@ if DEBUG_FN_NAME then print("free_next_target") end
|
||||
|
||||
---- ... ara s'intenta tornar al moviment per patró
|
||||
self:pattern_recovery()
|
||||
end
|
||||
|
||||
function imp:pattern_next_target()
|
||||
if not DEBUG_FN_NAME then print("pattern_next_target") end
|
||||
local next_target = self.hot_points[self.pattern.target]
|
||||
print(next_target.id)
|
||||
self.target = next_target
|
||||
end
|
||||
Reference in New Issue
Block a user