Skip to content

Commit 8321d2a

Browse files
committed
add helios shoot into is kickable actions
1 parent af121b2 commit 8321d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def GetPlayerActions(self, state: pb2.State):
4545
cross=True,
4646
server_side_decision=False
4747
)))
48+
actions.append(pb2.PlayerAction(helios_shoot=pb2.HeliosShoot()))
4849
else:
4950
actions.append(pb2.PlayerAction(helios_basic_move=pb2.HeliosBasicMove()))
5051
else:

0 commit comments

Comments
 (0)