Unlocked combat finally but the robots won't chase you.

This commit is contained in:
Zed A. Shaw 2026-03-31 23:12:04 -04:00
parent 2b69f388e5
commit e9365e0d87
6 changed files with 34 additions and 79 deletions

View file

@ -122,6 +122,11 @@ namespace components {
{"left_leg", 10},
};
std::array<std::string, 7> part_names{
"head", "chest", "stomach",
"right_arm", "left_arm",
"right_leg", "left_leg"};
// everyone starts at 0 but ap_delta is added each round
int ap = 0;