Unlocked combat finally but the robots won't chase you.
This commit is contained in:
parent
2b69f388e5
commit
e9365e0d87
6 changed files with 34 additions and 79 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue