fixed recharge acceleration bug and wall placement indicators bug when walls are refunded

This commit is contained in:
2023-12-08 03:27:10 +11:00
parent 1e3e380b90
commit c75ba6461a
5 changed files with 16 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ func networked_toggle_point(point_id, caller_id):
else:
astar.set_point_disabled(point_id, true)
find_path()
disable_path_tower_frames()
enable_non_path_tower_frames()
if is_multiplayer_authority() and astar.is_point_disabled(point_id):
networked_spawn_wall.rpc(astar.get_point_position(point_id), wall_id, caller_id)
wall_id += 1