refactor!: replace setters with fields

This commit is contained in:
2026-04-19 14:15:17 -04:00
parent 6cb5a4e73f
commit 3ce06e1731
8 changed files with 44 additions and 29 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ function attack_entities(target_kind, minimum)
pos.y = pos.y + 1.5
hold_sword()
client:look_at(pos)
client.looking_at = pos
client:attack(e.id)
while client.has_attack_cooldown do
sleep(100)